uutils-coreutils: 0.0.15 -> 0.0.16
This commit is contained in:
parent
83c48476bd
commit
1333e31d27
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.15";
|
version = "0.0.16";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "uutils";
|
owner = "uutils";
|
||||||
repo = "coreutils";
|
repo = "coreutils";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-q17YR95Iuw2382xDP1xA/X6u7NM6pW4OkJu4FpohtkA=";
|
sha256 = "sha256-03Y7966xB+3iJ1LSZPiuXMR7krhb6Wiri455ycA50SU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoDeps = rustPlatform.fetchCargoTarball {
|
cargoDeps = rustPlatform.fetchCargoTarball {
|
||||||
inherit src;
|
inherit src;
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
hash = "sha256-8/nMf1NHGn4ITPnx5315XdirrMPkRtYd2IV9MvxVVAE=";
|
hash = "sha256-97yyOZCw4bJMpbH2ubyNtAJa7EwJY0AnPWMiUUzIM0M=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ rustPlatform.cargoSetupHook sphinx ];
|
nativeBuildInputs = [ rustPlatform.cargoSetupHook sphinx ];
|
||||||
|
|
Loading…
Reference in a new issue