tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
kmod-blacklist-ubuntu: 22-1.1ubuntu1 -> 28-1ubuntu4
Artturin
4 years ago
64b4af52
19b22191
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
kmod-blacklist-ubuntu
default.nix
+3
-3
pkgs/os-specific/linux/kmod-blacklist-ubuntu/default.nix
···
1
{ lib, stdenv, fetchurl, gnugrep, findutils }:
2
3
let
4
-
version = "22-1.1ubuntu1"; # Zesty
5
6
in stdenv.mkDerivation {
7
pname = "kmod-blacklist";
···
9
10
src = fetchurl {
11
url = "https://launchpad.net/ubuntu/+archive/primary/+files/kmod_${version}.debian.tar.xz";
12
-
sha256 = "1k749g707ccb82l4xmrkp53khl71f57cpj9fzd1qyzrz147fjyhi";
13
};
14
15
installPhase = ''
···
31
'';
32
33
meta = with lib; {
34
-
homepage = "https://packages.ubuntu.com/source/zesty/kmod";
35
description = "Linux kernel module blacklists from Ubuntu";
36
platforms = platforms.linux;
37
license = with licenses; [ gpl2Plus lgpl21Plus ];
···
1
{ lib, stdenv, fetchurl, gnugrep, findutils }:
2
3
let
4
+
version = "28-1ubuntu4"; # impish 2021-06-24
5
6
in stdenv.mkDerivation {
7
pname = "kmod-blacklist";
···
9
10
src = fetchurl {
11
url = "https://launchpad.net/ubuntu/+archive/primary/+files/kmod_${version}.debian.tar.xz";
12
+
sha256 = "sha256-K8tWpaLmCm3Jcxw3OZ+D7Koiug7epooRn1YMfqjGAiw=";
13
};
14
15
installPhase = ''
···
31
'';
32
33
meta = with lib; {
34
+
homepage = "https://launchpad.net/ubuntu/+source/kmod";
35
description = "Linux kernel module blacklists from Ubuntu";
36
platforms = platforms.linux;
37
license = with licenses; [ gpl2Plus lgpl21Plus ];