davfs2: 1.7.1 -> 1.7.2 (#442301)

This commit is contained in:
Pascal Bach
2025-09-12 20:41:21 +00:00
committed by GitHub
+2 -8
View File
@@ -2,7 +2,6 @@
lib,
stdenv,
fetchurl,
fetchpatch,
autoreconfHook,
neon,
procps,
@@ -13,11 +12,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "davfs2";
version = "1.7.1";
version = "1.7.2";
src = fetchurl {
url = "mirror://savannah/davfs2/davfs2-${finalAttrs.version}.tar.gz";
sha256 = "sha256-KY7dDGdzy+JY4VUqQxrK6msu7bcIeImnNdrviIX8saw=";
sha256 = "sha256-G9wrsjWp8uVGpqE8VZ7PQ8ZEB+PESX13uOw/YvS4TkY=";
};
nativeBuildInputs = [
@@ -37,11 +36,6 @@ stdenv.mkDerivation (finalAttrs: {
(replaceVars ./0002-Make-sure-that-the-setuid-wrapped-umount-is-invoked.patch {
inherit wrapperDir;
})
(fetchpatch {
name = "neon-34.patch";
url = "https://github.com/alisarctl/davfs2/commit/2693a9a2656b70a64ee851d5c22a2945d840dcbb.diff";
hash = "sha256-KK+4cjrUrWcyY6F5otNgrZ4BojJ4NiMm/Y1zejCt4Tc=";
})
];
configureFlags = [