Skip to content

Commit 3e07bfd

Browse files
authored
uutils-coreutils: 0.4.0 -> 0.5.0 (NixOS#470746)
2 parents fc28f96 + eedd394 commit 3e07bfd

File tree

2 files changed

+4
-45
lines changed

2 files changed

+4
-45
lines changed

pkgs/by-name/uu/uutils-coreutils/package.nix

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ assert selinuxSupport -> lib.meta.availableOn stdenv.hostPlatform libselinux;
2121

2222
stdenv.mkDerivation (finalAttrs: {
2323
pname = "uutils-coreutils";
24-
version = "0.4.0";
24+
version = "0.5.0";
2525

2626
src = fetchFromGitHub {
2727
owner = "uutils";
2828
repo = "coreutils";
2929
tag = finalAttrs.version;
30-
hash = "sha256-4C4i3oHw9WHwuq9DOufRvc/tOdwqHmYF/gUr2VkRmwM=";
30+
hash = "sha256-U9godsxtyWOFhrE8CaQesWoeKWmitADp2jyJU/1fPKA=";
3131
};
3232

3333
# error: linker `aarch64-linux-gnu-gcc` not found
@@ -36,15 +36,10 @@ stdenv.mkDerivation (finalAttrs: {
3636
'';
3737

3838
cargoDeps = rustPlatform.fetchCargoVendor {
39-
inherit (finalAttrs) src;
40-
name = "uutils-coreutils-${finalAttrs.version}";
41-
hash = "sha256-Xei7FIcJr5lr8+uC6veE2hnLPr1UjC/ooZxW6TWKsT8=";
39+
inherit (finalAttrs) pname src version;
40+
hash = "sha256-V53qD7SujN8bEdNwcBshdkNeYdk+4Whr+XiYHO1iLXs=";
4241
};
4342

44-
patches = [
45-
./selinux_no_auto_detect.diff
46-
];
47-
4843
buildInputs =
4944
lib.optionals (lib.meta.availableOn stdenv.hostPlatform acl) [
5045
acl

pkgs/by-name/uu/uutils-coreutils/selinux_no_auto_detect.diff

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)