summary refs log tree commit diff
path: root/pkgs/tools/filesystems
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-11-17 20:35:44 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2018-11-17 20:35:44 -0800
commitc5f7204affdf6839bb4517bb877d684c4ca20524 (patch)
tree5bfa42f0981618e2b60e10ea87a33caee37ac83e /pkgs/tools/filesystems
parent968b20e2c7405f27830b6f10a8cac975e965dc94 (diff)
downloadnixpkgs-c5f7204affdf6839bb4517bb877d684c4ca20524.tar
nixpkgs-c5f7204affdf6839bb4517bb877d684c4ca20524.tar.gz
nixpkgs-c5f7204affdf6839bb4517bb877d684c4ca20524.tar.bz2
nixpkgs-c5f7204affdf6839bb4517bb877d684c4ca20524.tar.lz
nixpkgs-c5f7204affdf6839bb4517bb877d684c4ca20524.tar.xz
nixpkgs-c5f7204affdf6839bb4517bb877d684c4ca20524.tar.zst
nixpkgs-c5f7204affdf6839bb4517bb877d684c4ca20524.zip
davfs2: 1.5.3 -> 1.5.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/davfs2/versions
Diffstat (limited to 'pkgs/tools/filesystems')
-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 38933c524cc..37ee611f054 100644
--- a/pkgs/tools/filesystems/davfs2/default.nix
+++ b/pkgs/tools/filesystems/davfs2/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, neon, zlib }:
 
 stdenv.mkDerivation rec {
-  name = "davfs2-1.5.3";
+  name = "davfs2-1.5.4";
 
   src = fetchurl {
     url = "mirror://savannah/davfs2/${name}.tar.gz";
-    sha256 = "1x9ri19995ika89cmc56za7z3ipiizhh6zdhi4mf4p7chxzdnhrw";
+    sha256 = "1q4ngkzbkq0rfxikvkwg7ccpzi1nkkmlf8bb46326y1aj7qf1i69";
   };
 
   buildInputs = [ neon zlib ];