mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
pax-utils: Fix URL
This commit is contained in:
parent
bf02ae28d6
commit
4ee12df331
@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
|
||||
version = "0.7";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://dev.gentoo.org/~vapier/dist/${name}-${version}.tar.xz";
|
||||
url = "http://dev.gentoo.org/~vapier/dist/${name}.tar.xz";
|
||||
sha256 = "111vmwn0ikrmy3s0w3rzpbzwrphawljrmcjya0isg5yam7lwxi0s";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user