about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2021-12-11 15:23:17 +0000
committerGitHub <noreply@github.com>2021-12-11 15:23:17 +0000
commit97ee678aa197c66ec9205662a4a7abc7408f03ee (patch)
treeff369ddaef1ff5b015755a887eb82d6284c22925 /pkgs/tools
parentf819ed84a332b132f77cb46d85d75b4f1b54ab6a (diff)
parent0d0ba7cf97f36ae8ed44d92b07dc30bc69dd43c1 (diff)
Merge pull request #150199 from r-ryantm/auto-update/davfs2
davfs2: 1.6.0 -> 1.6.1
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/filesystems/davfs2/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/filesystems/davfs2/default.nix b/pkgs/tools/filesystems/davfs2/default.nix
index 2b573f9afdb11..ab9609635c5ef 100644
--- a/pkgs/tools/filesystems/davfs2/default.nix
+++ b/pkgs/tools/filesystems/davfs2/default.nix
@@ -10,11 +10,11 @@
 
 stdenv.mkDerivation rec {
   pname = "davfs2";
-  version = "1.6.0";
+  version = "1.6.1";
 
   src = fetchurl {
     url = "mirror://savannah/davfs2/davfs2-${version}.tar.gz";
-    sha256 = "sha256-LmtnVoW9kXdyvmDwmZrgmMgPef8g3BMej+xFR8u2O1A=";
+    sha256 = "sha256-zj65SOzlgqUck0zLDMcOZZg5FycXyv8XP2ml4q+QxcA=";
   };
 
   buildInputs = [ neon zlib ];