Skip to content

Commit

Permalink
kmod: 23 -> 24
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Hoeg committed Mar 14, 2017
1 parent 605ee9e commit 89724f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/kmod/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ let

in stdenv.mkDerivation rec {
name = "kmod-${version}";
version = "23";
version = "24";

src = fetchurl {
url = "mirror://kernel/linux/utils/kernel/kmod/${name}.tar.xz";
sha256 = "0mc12sx06p8il1ym3hdmgxxb37apn9yv7xij26gddjdfkx8xa0yk";
sha256 = "15xkkkzvca9flvkm48gkh8y8f13vlm3sl7nz9ydc7b3jy4fqs2v1";
};

nativeBuildInputs = [ autoreconfHook pkgconfig libxslt ];
Expand Down

0 comments on commit 89724f1

Please sign in to comment.