kmod-blacklist-ubuntu: 9.3 -> 22.1
This commit is contained in:
parent
2839b101f9
commit
0c262a639e
@ -1,13 +1,14 @@
|
|||||||
{ stdenv, fetchurl, gnugrep, findutils }:
|
{ stdenv, fetchurl, gnugrep, findutils }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "3ubuntu1"; # Saucy
|
version = "22-1.1ubuntu1"; # Zesty
|
||||||
in
|
|
||||||
stdenv.mkDerivation {
|
in stdenv.mkDerivation {
|
||||||
name = "kmod-blacklist-${version}";
|
name = "kmod-blacklist-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://launchpad.net/ubuntu/+archive/primary/+files/kmod_9-${version}.debian.tar.gz";
|
url = "https://launchpad.net/ubuntu/+archive/primary/+files/kmod_${version}.debian.tar.xz";
|
||||||
sha256 = "0h6h0zw2490iqj9xa2sz4309jyfmcc50jdvkhxa1nw90npxglp67";
|
sha256 = "1k749g707ccb82l4xmrkp53khl71f57cpj9fzd1qyzrz147fjyhi";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
@ -25,9 +26,9 @@ stdenv.mkDerivation {
|
|||||||
--replace " xargs " " ${findutils}/bin/xargs "
|
--replace " xargs " " ${findutils}/bin/xargs "
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://packages.ubuntu.com/source/saucy/kmod;
|
homepage = http://packages.ubuntu.com/source/zesty/kmod;
|
||||||
description = "Linux kernel module blacklists from Ubuntu";
|
description = "Linux kernel module blacklists from Ubuntu";
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user