uutils-coreutils: 0.0.15 -> 0.0.16

This commit is contained in:
ilkecan 2022-10-12 17:54:59 +00:00
parent 83c48476bd
commit 1333e31d27

View file

@ -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 ];