Skip to content

Commit

Permalink
glasgow: 0-unstable-2024-07-13 -> 0-unstable-2024-08-24
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 28, 2024
1 parent c1ce56e commit 68d44de
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-08-24";
# 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 = "579ff961d9f2e215b21e55fe7cadd8a0e1fb8893";
sha256 = "sha256-Mz+MtnokuSmuEctXzudU/OxSsTTG0bte98vjRkV38J8=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 68d44de

Please sign in to comment.