Merge pull request #103411 from r-ryantm/auto-update/globalarrays

globalarrays: 5.7.2 -> 5.8
This commit is contained in:
markuskowa 2020-11-11 10:47:58 +01:00 committed by GitHub
commit 3b48d217b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
} :
let
version = "5.7.2";
version = "5.8";
in stdenv.mkDerivation {
pname = "globalarrays";
@ -13,7 +13,7 @@ in stdenv.mkDerivation {
owner = "GlobalArrays";
repo = "ga";
rev = "v${version}";
sha256 = "0c1y9a5jpdw9nafzfmvjcln1xc2gklskaly0r1alm18ng9zng33i";
sha256 = "0bky91ncz6vy0011ps9prsnq9f4a5s5xwr23kkmi39xzg0417mnd";
};
nativeBuildInputs = [ autoreconfHook ];