mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
Fix tailor URL
svn path=/nixpkgs/trunk/; revision=33767
This commit is contained in:
parent
eb7575138a
commit
351bcc3b70
@ -2,7 +2,7 @@ args : with args;
|
||||
let version = if args ? version then args.version else "0.9.35"; in
|
||||
rec {
|
||||
src = fetchurl {
|
||||
url = "http://darcs.arstecnica.it/tailor-${version}.tar.gz";
|
||||
url = "http://darcs.arstecnica.it/tailor/tailor-${version}.tar.gz";
|
||||
sha256 = "061acapxxn5ab3ipb5nd3nm8pk2xj67bi83jrfd6lqq3273fmdjh";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user