davfs2: 1.5.5 -> 1.5.6
This commit is contained in:
parent
e6d62eb73e
commit
d706d39f58
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
{ stdenv, fetchurl, neon, zlib }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "davfs2-1.5.5";
|
||||
name = "davfs2-1.5.6";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://savannah/davfs2/${name}.tar.gz";
|
||||
sha256 = "0bxd62268pix7w1lg7f9y94v34f4l45fdf6clyarj43qmljnlz2q";
|
||||
sha256 = "00fqadhmhi2bmdar5a48nicmjcagnmaj9wgsvjr6cffmrz6pcx21";
|
||||
};
|
||||
|
||||
buildInputs = [ neon zlib ];
|
||||
|
|
Loading…
Reference in a new issue