Skip to content

Commit

Permalink
util-linux: 2.31.1 -> 2.32
Browse files Browse the repository at this point in the history
  • Loading branch information
pSub committed May 1, 2018
1 parent 30a065b commit 501be56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/os-specific/linux/util-linux/default.nix
Expand Up @@ -4,15 +4,15 @@
let
version = lib.concatStringsSep "." ([ majorVersion ]
++ lib.optional (patchVersion != "") patchVersion);
majorVersion = "2.31";
patchVersion = "1";
majorVersion = "2.32";
patchVersion = "";

in stdenv.mkDerivation rec {
name = "util-linux-${version}";

src = fetchurl {
url = "mirror://kernel/linux/utils/util-linux/v${majorVersion}/${name}.tar.xz";
sha256 = "04fzrnrr3pvqskvjn9f81y0knh0jvvqx4lmbz5pd4lfdm5pv2l8s";
sha256 = "0d2758kjll5xqm5fpp3sww1h66aahx161sf2b60jxqv4qymrfwvc";
};

patches = [
Expand Down

0 comments on commit 501be56

Please sign in to comment.