mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
kmod-debian-aliases: 21-1 -> 22-1.1
This commit is contained in:
parent
852e9c3096
commit
473062c9a7
@ -1,13 +1,12 @@
|
||||
{ stdenv, fetchurl, lib }:
|
||||
let
|
||||
version = "21-1";
|
||||
in
|
||||
stdenv.mkDerivation {
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "kmod-debian-aliases-${version}.conf";
|
||||
version = "22-1.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://debian/pool/main/k/kmod/kmod_${version}.debian.tar.xz";
|
||||
sha256 = "1abpf8g3yx972by2xpmz6dwwyc1pgh6gjbvrivmrsws69vs0xjsy";
|
||||
sha256 = "0daap2n4bvjqcnksaayy6csmdb1px4r02w3xp36bcp6w3lbnqamh";
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
|
Loading…
Reference in New Issue
Block a user