mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
kmod-debian-aliases: Fix source tarball URL.
The original URL for this package was pointed at a location that wasn't longterm-stable, and has by now been removed by Debian. This commit fixes the URL to point at a debian snapshot entry, which should stick around for the long run. Hash is unchanged, so this is safe.
This commit is contained in:
parent
c5e314dabe
commit
5d989f4d93
@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
|
||||
version = "22-1.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://debian/pool/main/k/kmod/kmod_${version}.debian.tar.xz";
|
||||
url = "http://snapshot.debian.org/archive/debian/20160404T220610Z/pool/main/k/kmod/kmod_${version}.debian.tar.xz";
|
||||
sha256 = "0daap2n4bvjqcnksaayy6csmdb1px4r02w3xp36bcp6w3lbnqamh";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user