Updating filegive to 0.7

This commit is contained in:
Lluís Batlle i Rossell 2013-09-30 22:32:40 +02:00
parent f09dca7d60
commit d71b3724de

View File

@ -11,7 +11,7 @@ let
sha256 = "1swwfyzaj3l40yh9np3x4fcracgs79nwryc85sxbdakx8wwxs2xb";
};
version = "0.6.1";
version = "0.7";
in
stdenv.mkDerivation rec {
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "http://viric.name/cgi-bin/filegive/tarball/${name}.tar.gz";
sha256 = "11rjw906nr73kysm9l84yg443rxzh22l934hir7892h02924i4c4";
sha256 = "17vd09vfvy01bsnhlanwpfgjczigxisccm9bpaswg9r2kih39b92";
};
buildInputs = [ go ];