davfs2: 1.7.1 -> 1.7.2 (#442301)

authored by Pascal Bach and committed by GitHub 7f26100d cd111a94

+2 -8
+2 -8
pkgs/by-name/da/davfs2/package.nix
··· 2 lib, 3 stdenv, 4 fetchurl, 5 - fetchpatch, 6 autoreconfHook, 7 neon, 8 procps, ··· 13 14 stdenv.mkDerivation (finalAttrs: { 15 pname = "davfs2"; 16 - version = "1.7.1"; 17 18 src = fetchurl { 19 url = "mirror://savannah/davfs2/davfs2-${finalAttrs.version}.tar.gz"; 20 - sha256 = "sha256-KY7dDGdzy+JY4VUqQxrK6msu7bcIeImnNdrviIX8saw="; 21 }; 22 23 nativeBuildInputs = [ ··· 36 }) 37 (replaceVars ./0002-Make-sure-that-the-setuid-wrapped-umount-is-invoked.patch { 38 inherit wrapperDir; 39 - }) 40 - (fetchpatch { 41 - name = "neon-34.patch"; 42 - url = "https://github.com/alisarctl/davfs2/commit/2693a9a2656b70a64ee851d5c22a2945d840dcbb.diff"; 43 - hash = "sha256-KK+4cjrUrWcyY6F5otNgrZ4BojJ4NiMm/Y1zejCt4Tc="; 44 }) 45 ]; 46
··· 2 lib, 3 stdenv, 4 fetchurl, 5 autoreconfHook, 6 neon, 7 procps, ··· 12 13 stdenv.mkDerivation (finalAttrs: { 14 pname = "davfs2"; 15 + version = "1.7.2"; 16 17 src = fetchurl { 18 url = "mirror://savannah/davfs2/davfs2-${finalAttrs.version}.tar.gz"; 19 + sha256 = "sha256-G9wrsjWp8uVGpqE8VZ7PQ8ZEB+PESX13uOw/YvS4TkY="; 20 }; 21 22 nativeBuildInputs = [ ··· 35 }) 36 (replaceVars ./0002-Make-sure-that-the-setuid-wrapped-umount-is-invoked.patch { 37 inherit wrapperDir; 38 }) 39 ]; 40