Skip to content

Commit

Permalink
util-linux: use sha256 instead of sha512 again
Browse files Browse the repository at this point in the history
/cc #15048. I believe the usage of sha512 here at this point
brings very little gain and can be quite painful to some users.
  • Loading branch information
vcunat committed May 14, 2016
1 parent 45a14c8 commit 26e8e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/os-specific/linux/util-linux/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ stdenv.mkDerivation rec {

src = fetchurl {
url = "mirror://kernel/linux/utils/util-linux/v${version}/${name}.tar.xz";
sha512 = "251zv6lk6b8ip38w2h0w2rpnly38nzh96945mbpssvwjv8fgr5bnhj3207aingyybik79761zngk981wl0rblq5f7l5v655znyi3yd1";
sha256 = "1fql204qn3098j34yd358l85ffp7a4kqjf7jf1qk2b4al7i4fn1r";
};

patches = [
Expand Down

0 comments on commit 26e8e3e

Please sign in to comment.