Skip to content

Commit aedbfbb

Browse files
authored
globalarrays: 5.8.2 -> 5.9 (NixOS#378421)
2 parents 39fca33 + 259778d commit aedbfbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/gl/globalarrays/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111

1212
stdenv.mkDerivation rec {
1313
pname = "globalarrays";
14-
version = "5.8.2";
14+
version = "5.9";
1515

1616
src = fetchFromGitHub {
1717
owner = "GlobalArrays";
1818
repo = "ga";
1919
rev = "v${version}";
20-
sha256 = "sha256-2ffQIg9topqKX7ygnWaa/UunL9d0Lj9qr9xucsjLuoY=";
20+
sha256 = "sha256-p4BNwj269FdNXY2rHfJiv5AbB3YB4v+YHXQRXTNnFnE=";
2121
};
2222

2323
nativeBuildInputs = [

0 commit comments

Comments
 (0)