Merge pull request #109867 from r-ryantm/auto-update/ior

ior: 3.2.1 -> 3.3.0
This commit is contained in:
Ryan Mulligan 2021-01-21 06:55:34 -08:00 committed by GitHub
commit 215d637b86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "ior";
version = "3.2.1";
version = "3.3.0";
src = fetchFromGitHub {
owner = "hpc";
repo = pname;
rev = version;
sha256 = "036cg75c5vq6kijfv8f918vpm9sf1h7lyg6xr9fba7n0dwbbmycv";
sha256 = "sha256-pSjptDfiPlaToXe1yHyk9MQMC9PqcVSjqAmWLD11iOM=";
};
nativeBuildInputs = [ autoreconfHook ];