Skip to content

Commit a94100d

Browse files
authored
globalarrays: 5.9.1 -> 5.9.2 (#405442)
2 parents 11a8a9c + b6de4fe commit a94100d

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.9.1";
14+
version = "5.9.2";
1515

1616
src = fetchFromGitHub {
1717
owner = "GlobalArrays";
1818
repo = "ga";
1919
rev = "v${version}";
20-
sha256 = "sha256-bMX538yen9cINPCtgf7SUGGsNRJugMrveqXtChHzPkk=";
20+
sha256 = "sha256-leCvbWteOp7z7ORwtljA+KslHUptY2vdupZTmAjsArg=";
2121
};
2222

2323
nativeBuildInputs = [

0 commit comments

Comments
 (0)