uutils-coreutils: 0.0.19 -> 0.0.20

Diff: https://github.com/uutils/coreutils/compare/0.0.19...0.0.20
This commit is contained in:
Doron Behar
2023-07-15 11:41:47 +03:00
parent 6e7938422d
commit 97022c015b
+3 -3
View File
@@ -12,19 +12,19 @@
stdenv.mkDerivation rec {
pname = "uutils-coreutils";
version = "0.0.19";
version = "0.0.20";
src = fetchFromGitHub {
owner = "uutils";
repo = "coreutils";
rev = version;
sha256 = "sha256-ysMSO6VaiaL4Sh5F0VbeAQYOo78lhVQjewZ5lwaCLRM=";
sha256 = "sha256-Xr+RcWvAHyMMaHhcd3ArGeRZzpL76v7fXiHUSSxgj10=";
};
cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
hash = "sha256-cBocRWIpG2BQZDPJq4cNNYrFg/MBR3o58fXGHanTn30=";
hash = "sha256-3hUEDE+Yup/+u/ACyAWXYTLerOqB/jtOzECdI540Ag0=";
};
nativeBuildInputs = [ rustPlatform.cargoSetupHook sphinx ];