Skip to content

Commit

Permalink
glasgow: 0-unstable-2024-07-13 -> 0-unstable-2024-09-10
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and thoughtpolice committed Sep 11, 2024
1 parent 2265025 commit 97849be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/misc/glasgow/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

python3.pkgs.buildPythonApplication rec {
pname = "glasgow";
version = "0-unstable-2024-07-13";
version = "0-unstable-2024-09-10";
# from `pdm show`
realVersion = let
tag = builtins.elemAt (lib.splitString "-" version) 0;
Expand All @@ -22,8 +22,8 @@ python3.pkgs.buildPythonApplication rec {
src = fetchFromGitHub {
owner = "GlasgowEmbedded";
repo = "glasgow";
rev = "c8fa37e7c84efb296a06c58b2949f676a1e149cc";
sha256 = "sha256-rOgd5y9KQf4cpBT31RHlrVwHsiqdofRihtFbeC69DY4=";
rev = "f2c0ecbe0d47d96f940e77f9def209e9c57d3962";
sha256 = "sha256-aNzNh/YkWjnHiO+QWbJu2Y3kL/53kDvVn/8Ncz2kpFI=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 97849be

Please sign in to comment.