mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-25 18:10:37 +00:00
Merge #27074: kmod-debian-aliases: Fix source tarball URL.
(cherry picked from commit 02ce696304)
This commit is contained in:
committed by
Vladimír Čunát
parent
65904657b5
commit
ebeb8901a2
@@ -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";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user