libcifpp: 6.1.0 -> 7.0.0

This commit is contained in:
R. Ryantm 2024-02-17 20:42:00 +00:00
parent 28d6a724f5
commit 8a131f25c8

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libcifpp";
version = "6.1.0";
version = "7.0.0";
src = fetchFromGitHub {
owner = "PDB-REDO";
repo = "libcifpp";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-MddldYpvZHgAb/ndtWKdAf0TzKIYJalaywmSRZCtBmc=";
hash = "sha256-nOKekN3re2Gg7h2RAJ6yRZMfEEk65N2zvb9NafRCVbE=";
};
nativeBuildInputs = [