Merge pull request #243611 from doronbehar/pkg/uutils

uutils-coreutils: 0.0.19 -> 0.0.20

authored by

Sandro and committed by
GitHub
57695599 27eb2708

+3 -3
+3 -3
pkgs/tools/misc/uutils-coreutils/default.nix
··· 12 13 stdenv.mkDerivation rec { 14 pname = "uutils-coreutils"; 15 - version = "0.0.19"; 16 17 src = fetchFromGitHub { 18 owner = "uutils"; 19 repo = "coreutils"; 20 rev = version; 21 - sha256 = "sha256-ysMSO6VaiaL4Sh5F0VbeAQYOo78lhVQjewZ5lwaCLRM="; 22 }; 23 24 cargoDeps = rustPlatform.fetchCargoTarball { 25 inherit src; 26 name = "${pname}-${version}"; 27 - hash = "sha256-cBocRWIpG2BQZDPJq4cNNYrFg/MBR3o58fXGHanTn30="; 28 }; 29 30 nativeBuildInputs = [ rustPlatform.cargoSetupHook sphinx ];
··· 12 13 stdenv.mkDerivation rec { 14 pname = "uutils-coreutils"; 15 + version = "0.0.20"; 16 17 src = fetchFromGitHub { 18 owner = "uutils"; 19 repo = "coreutils"; 20 rev = version; 21 + sha256 = "sha256-Xr+RcWvAHyMMaHhcd3ArGeRZzpL76v7fXiHUSSxgj10="; 22 }; 23 24 cargoDeps = rustPlatform.fetchCargoTarball { 25 inherit src; 26 name = "${pname}-${version}"; 27 + hash = "sha256-3hUEDE+Yup/+u/ACyAWXYTLerOqB/jtOzECdI540Ag0="; 28 }; 29 30 nativeBuildInputs = [ rustPlatform.cargoSetupHook sphinx ];