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:
parent
7e5e50a084
commit
a42ba6d8fe
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user