Skip to content

Commit

Permalink
gr-framework: 0.73.8 -> 0.73.10 (#365015)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Jan 4, 2025
2 parents 28bb439 + d61d838 commit 107e609
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/gr/gr-framework/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@

stdenv.mkDerivation rec {
pname = "gr-framework";
version = "0.73.8";
version = "0.73.10";

src = fetchFromGitHub {
owner = "sciapp";
repo = "gr";
rev = "v${version}";
hash = "sha256-6RgNFGRprke7AUu24VS9iYUcWMWJ/DQ/LIvleyQgza4=";
hash = "sha256-vCcXWgoaWcaNRgIk9CrXp8eTII/CBOHR1iDncC/Cd4k=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 107e609

Please sign in to comment.