forked from mirrors/nixpkgs
kmod-blacklist-ubuntu: Fix source package URL returning 404
The original URL http://archive.ubuntu.com/ubuntu/pool/main/k/kmod/kmod_9-3ubuntu1.debian.tar.gz is dead.
This commit is contained in:
parent
19366a10fc
commit
c323c87565
|
@ -6,7 +6,7 @@ stdenv.mkDerivation {
|
|||
name = "kmod-blacklist-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://archive.ubuntu.com/ubuntu/pool/main/k/kmod/kmod_9-${version}.debian.tar.gz";
|
||||
url = "https://launchpad.net/ubuntu/+archive/primary/+files/kmod_9-${version}.debian.tar.gz";
|
||||
sha256 = "0h6h0zw2490iqj9xa2sz4309jyfmcc50jdvkhxa1nw90npxglp67";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue