libcerf: 3.2 -> 3.3

This commit is contained in:
Hythera
2026-03-19 20:51:42 +01:00
parent 88fcfc4936
commit 670b93aa9d
+2 -2
View File
@@ -10,14 +10,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libcerf";
version = "3.2";
version = "3.3";
src = fetchFromGitLab {
domain = "jugit.fz-juelich.de";
owner = "mlz";
repo = "libcerf";
tag = "v${finalAttrs.version}";
hash = "sha256-Q79E9YsmYFRZI21vi62d8tWA/+AU3YJMaY1CgdTLQGc=";
hash = "sha256-EPloejabyLzLP+GIPSIsh6dZDk2WodSEU6CPoICRxnM=";
};
nativeBuildInputs = [