ocserv: 1.3.0 -> 1.4.0 (#477134)

This commit is contained in:
Antoine du Hamel
2026-02-11 22:37:47 +00:00
committed by GitHub
+2 -2
View File
@@ -23,13 +23,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ocserv";
version = "1.3.0";
version = "1.4.0";
src = fetchFromGitLab {
owner = "openconnect";
repo = "ocserv";
tag = finalAttrs.version;
hash = "sha256-oZ1t1BTCdsq1jpa7LfzRGwQNTROHH9/lLBT2WAvj5h4=";
hash = "sha256-u6gk1foCmx88iw7vMB9If0zHpd1xpzGsfHx2SxgXSX0=";
};
nativeBuildInputs = [