File tree Expand file tree Collapse file tree 2 files changed +4
-45
lines changed
pkgs/by-name/uu/uutils-coreutils Expand file tree Collapse file tree 2 files changed +4
-45
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ assert selinuxSupport -> lib.meta.availableOn stdenv.hostPlatform libselinux;
2121
2222stdenv . 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
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments