Merge pull request #174294 from PedroHLC/uutils-0.0.14

uutils-coreutils: 0.0.13 -> 0.0.14
This commit is contained in:
Thiago Kenji Okada
2022-05-24 19:47:36 +01:00
committed by GitHub
+3 -3
View File
@@ -12,19 +12,19 @@
stdenv.mkDerivation rec {
pname = "uutils-coreutils";
version = "0.0.13";
version = "0.0.14";
src = fetchFromGitHub {
owner = "uutils";
repo = "coreutils";
rev = version;
sha256 = "sha256-Fb5X3xpve6pRRlHSzevBvOdRpR0MrHzcOB83C15//zg=";
sha256 = "sha256-BLNWtf5RLeHQGH97M6vfZCXvCdPxUAU+hY1PBsGZ8jU=";
};
cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
hash = "sha256-pSEo1XW/zywFoqt8vx55HS28CVbEC6/858ANknt1FPU=";
hash = "sha256-lHyIrzf286Hjef6cqy3tJF6U2OnnokGXcH4yMotZay4=";
};
nativeBuildInputs = [ rustPlatform.cargoSetupHook sphinx ];