Skip to content

Commit

Permalink
globalarrays: 5.8.2 -> 5.9 (NixOS#378421)
Browse files Browse the repository at this point in the history
  • Loading branch information
markuskowa authored Feb 1, 2025
2 parents 39fca33 + 259778d commit aedbfbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/gl/globalarrays/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@

stdenv.mkDerivation rec {
pname = "globalarrays";
version = "5.8.2";
version = "5.9";

src = fetchFromGitHub {
owner = "GlobalArrays";
repo = "ga";
rev = "v${version}";
sha256 = "sha256-2ffQIg9topqKX7ygnWaa/UunL9d0Lj9qr9xucsjLuoY=";
sha256 = "sha256-p4BNwj269FdNXY2rHfJiv5AbB3YB4v+YHXQRXTNnFnE=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit aedbfbb

Please sign in to comment.