summary refs log tree commit diff
path: root/pkgs/tools/filesystems
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2019-03-05 12:17:28 +0100
committerPeter Simons <simons@cryp.to>2019-03-05 12:17:28 +0100
commit67cc7a82544ad53bbf19eccc0224e5a4106bc9a7 (patch)
tree108d979077e260bb2011cedd26edc021d989c951 /pkgs/tools/filesystems
parent0356c1b87d2d523bfd69b59cfc129dda77c77bec (diff)
downloadnixpkgs-67cc7a82544ad53bbf19eccc0224e5a4106bc9a7.tar
nixpkgs-67cc7a82544ad53bbf19eccc0224e5a4106bc9a7.tar.gz
nixpkgs-67cc7a82544ad53bbf19eccc0224e5a4106bc9a7.tar.bz2
nixpkgs-67cc7a82544ad53bbf19eccc0224e5a4106bc9a7.tar.lz
nixpkgs-67cc7a82544ad53bbf19eccc0224e5a4106bc9a7.tar.xz
nixpkgs-67cc7a82544ad53bbf19eccc0224e5a4106bc9a7.tar.zst
nixpkgs-67cc7a82544ad53bbf19eccc0224e5a4106bc9a7.zip
davfs2: update to version 1.5.5
Diffstat (limited to 'pkgs/tools/filesystems')
-rw-r--r--pkgs/tools/filesystems/davfs2/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/tools/filesystems/davfs2/default.nix b/pkgs/tools/filesystems/davfs2/default.nix
index 2b6d0f6e669..512b5ce8567 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.4";
+  name = "davfs2-1.5.5";
 
   src = fetchurl {
     url = "mirror://savannah/davfs2/${name}.tar.gz";
-    sha256 = "1q4ngkzbkq0rfxikvkwg7ccpzi1nkkmlf8bb46326y1aj7qf1i69";
+    sha256 = "0bxd62268pix7w1lg7f9y94v34f4l45fdf6clyarj43qmljnlz2q";
   };
 
   buildInputs = [ neon zlib ];
@@ -30,6 +30,5 @@ stdenv.mkDerivation rec {
     '';
 
     platforms = stdenv.lib.platforms.linux;
-    maintainers = [ stdenv.lib.maintainers.peti ];
   };
 }