Skip to content

Commit

Permalink
glasgow: 0-unstable-2024-07-13 -> 0-unstable-2024-07-26
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jul 26, 2024
1 parent 8b41014 commit 26a378f
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-07-26";
# 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 = "346e5c4f167654dd76c70dcefa168196a540df46";
sha256 = "sha256-wSScHZJnfTX1ZXl1W0JPQIjczbC+17ErWL95xSgTBa8=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 26a378f

Please sign in to comment.