glasgow: 0-unstable-2025-01-05 -> 0-unstable-2025-01-26

This commit is contained in:
R. Ryantm
2025-02-06 04:25:29 -06:00
committed by Austin Seipp
parent 124b8ce6a3
commit 97818fc551
+3 -3
View File
@@ -10,7 +10,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "glasgow";
version = "0-unstable-2025-01-05";
version = "0-unstable-2025-01-26";
# 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 = "5e719a48658a873427ba3dafcf00757cbfcf3aa4";
sha256 = "sha256-el538mYGqe5beOQOV2zp4v3phwzXF3rGK7DXguyf904=";
rev = "2a67f79d6025a06e98277956cbb036c4237960f1";
sha256 = "sha256-THunn3Oz+eldjQ72TGuq4Egnn6fiMiGG/UtYVRc/tfU=";
};
nativeBuildInputs = [