Merge pull request #276645 from r-ryantm/auto-update/zfp

zfp: 1.0.0 -> 1.0.1
This commit is contained in:
markuskowa 2023-12-28 09:20:14 +01:00 committed by GitHub
commit 0bafeb0624
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "zfp";
version = "1.0.0";
version = "1.0.1";
src = fetchFromGitHub {
owner = "LLNL";
repo = "zfp";
rev = version;
sha256 = "sha256-E2LI1rWo1HO5O/sxPHAmLDs3Z5xouzlgMj11rQFPNYQ=";
sha256 = "sha256-iZxA4lIviZQgaeHj6tEQzEFSKocfgpUyf4WvUykb9qk=";
};
nativeBuildInputs = [ cmake ];