libcerf: 3.1 -> 3.2

This commit is contained in:
R. Ryantm
2025-09-12 05:05:36 +00:00
parent c8c0be288a
commit cc1dd77b30
+2 -2
View File
@@ -9,11 +9,11 @@
stdenv.mkDerivation rec {
pname = "libcerf";
version = "3.1";
version = "3.2";
src = fetchurl {
url = "https://jugit.fz-juelich.de/mlz/libcerf/-/archive/v${version}/libcerf-v${version}.tar.gz";
sha256 = "sha256-TAfiqOK00OTUjbng/JGRtDoOEg5XfVXYfibe6HRcb6s=";
sha256 = "sha256-6o0RDXPsJKZDBCyjlARhzLsbZUHiExDstwq05NwUSu8=";
};
nativeBuildInputs = [