Merge pull request #243611 from doronbehar/pkg/uutils
uutils-coreutils: 0.0.19 -> 0.0.20
This commit is contained in:
commit
57695599bd
1 changed files with 3 additions and 3 deletions
|
@ -12,19 +12,19 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "uutils-coreutils";
|
pname = "uutils-coreutils";
|
||||||
version = "0.0.19";
|
version = "0.0.20";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "uutils";
|
owner = "uutils";
|
||||||
repo = "coreutils";
|
repo = "coreutils";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-ysMSO6VaiaL4Sh5F0VbeAQYOo78lhVQjewZ5lwaCLRM=";
|
sha256 = "sha256-Xr+RcWvAHyMMaHhcd3ArGeRZzpL76v7fXiHUSSxgj10=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoDeps = rustPlatform.fetchCargoTarball {
|
cargoDeps = rustPlatform.fetchCargoTarball {
|
||||||
inherit src;
|
inherit src;
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
hash = "sha256-cBocRWIpG2BQZDPJq4cNNYrFg/MBR3o58fXGHanTn30=";
|
hash = "sha256-3hUEDE+Yup/+u/ACyAWXYTLerOqB/jtOzECdI540Ag0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ rustPlatform.cargoSetupHook sphinx ];
|
nativeBuildInputs = [ rustPlatform.cargoSetupHook sphinx ];
|
||||||
|
|
Loading…
Reference in a new issue