mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
glasgow: 0-unstable-2024-07-13 -> 0-unstable-2024-09-10
This commit is contained in:
parent
22650251fb
commit
97849be3fa
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "glasgow";
|
pname = "glasgow";
|
||||||
version = "0-unstable-2024-07-13";
|
version = "0-unstable-2024-09-10";
|
||||||
# from `pdm show`
|
# from `pdm show`
|
||||||
realVersion = let
|
realVersion = let
|
||||||
tag = builtins.elemAt (lib.splitString "-" version) 0;
|
tag = builtins.elemAt (lib.splitString "-" version) 0;
|
||||||
|
@ -22,8 +22,8 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "GlasgowEmbedded";
|
owner = "GlasgowEmbedded";
|
||||||
repo = "glasgow";
|
repo = "glasgow";
|
||||||
rev = "c8fa37e7c84efb296a06c58b2949f676a1e149cc";
|
rev = "f2c0ecbe0d47d96f940e77f9def209e9c57d3962";
|
||||||
sha256 = "sha256-rOgd5y9KQf4cpBT31RHlrVwHsiqdofRihtFbeC69DY4=";
|
sha256 = "sha256-aNzNh/YkWjnHiO+QWbJu2Y3kL/53kDvVn/8Ncz2kpFI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue