libcerf: 3.0 -> 3.1

This commit is contained in:
R. Ryantm
2025-08-04 00:35:40 +00:00
parent a8d0cd5877
commit 71b2f8cd5f
+2 -2
View File
@@ -9,11 +9,11 @@
stdenv.mkDerivation rec {
pname = "libcerf";
version = "3.0";
version = "3.1";
src = fetchurl {
url = "https://jugit.fz-juelich.de/mlz/libcerf/-/archive/v${version}/libcerf-v${version}.tar.gz";
sha256 = "sha256-xhCPvaia839YgRnAxUK2wegkhFo2vqL6MfftLMGiRts=";
sha256 = "sha256-TAfiqOK00OTUjbng/JGRtDoOEg5XfVXYfibe6HRcb6s=";
};
nativeBuildInputs = [