filegive: change url so that it's friendlyto automated processing. This changes the tarball a

little(likely metadata) but it still builds.
This commit is contained in:
Evgeny Egorochkin 2013-07-13 22:53:33 +03:00
parent 7e5e50a084
commit a42ba6d8fe

View File

@ -18,9 +18,8 @@ stdenv.mkDerivation rec {
name = "filegive-${version}";
src = fetchurl {
url = "http://viric.name/cgi-bin/filegive/tarball/${name}.tar.gz?uuid=v${version}";
name = "${name}.tar.gz";
sha256 = "172cvm41bqaixz50f86ppqbbridb0qnrcdldfswrs03dc569szm1";
url = "http://viric.name/cgi-bin/filegive/tarball/${name}.tar.gz";
sha256 = "11rjw906nr73kysm9l84yg443rxzh22l934hir7892h02924i4c4";
};
buildInputs = [ go ];