Merge pull request #298605 from tertsdiepraam/uutils-coreutils-0.0.25

uutils-coreutils 0.0.22 -> 0.0.25
This commit is contained in:
tomberek 2024-03-24 19:01:56 -04:00 committed by GitHub
commit 8726926860
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,19 +12,19 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "uutils-coreutils"; pname = "uutils-coreutils";
version = "0.0.22"; version = "0.0.25";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "uutils"; owner = "uutils";
repo = "coreutils"; repo = "coreutils";
rev = version; rev = version;
hash = "sha256-aEhU4O4xoj7hrnmNXA9GQYn8nc6XEJCGQIcx/xRtLMc="; hash = "sha256-25jmlGxMWzAaJEmMHruA6H+nqx2QHnYX9c9SKqrQRE4=";
}; };
cargoDeps = rustPlatform.fetchCargoTarball { cargoDeps = rustPlatform.fetchCargoTarball {
inherit src; inherit src;
name = "${pname}-${version}"; name = "${pname}-${version}";
hash = "sha256-zQN6EVRyd4FWeNNDXI3NY6XWmJTD+n8c+w7BHtXvs1k="; hash = "sha256-lQoOkiSga2aS8GNgLcHdid1/1u3johYEcGi9oOVsdJs=";
}; };
nativeBuildInputs = [ rustPlatform.cargoSetupHook sphinx ]; nativeBuildInputs = [ rustPlatform.cargoSetupHook sphinx ];