glasgow: 0-unstable-2024-10-24 -> 0-unstable-2024-12-02

This commit is contained in:
R. Ryantm
2024-12-06 23:59:57 +00:00
parent e574201552
commit c11b156913
+3 -3
View File
@@ -10,7 +10,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "glasgow";
version = "0-unstable-2024-10-24";
version = "0-unstable-2024-12-02";
# from `pdm show`
realVersion = let
tag = builtins.elemAt (lib.splitString "-" version) 0;
@@ -22,8 +22,8 @@ python3.pkgs.buildPythonApplication rec {
src = fetchFromGitHub {
owner = "GlasgowEmbedded";
repo = "glasgow";
rev = "3d7a14165f9f5179bcd2a2a119ab4bbf9d81326c";
sha256 = "sha256-fhT5xRq4VE8lOTJI470E2PPTSPSUHh90S17MdilFWAA=";
rev = "f59ba2cd809f616d0d378738fc756da334897cf2";
sha256 = "sha256-fTZ8rXoYs0aZp3c4N+jDe7PLuzYvYtkjo9NJedYGj0Y=";
};
nativeBuildInputs = [