uutils-coreutils: 0.0.27 -> 0.0.28

This commit is contained in:
aucub 2024-11-22 08:48:22 +08:00
parent f528262028
commit 5e463841f5

View File

@ -13,19 +13,19 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "uutils-coreutils"; pname = "uutils-coreutils";
version = "0.0.27"; version = "0.0.28";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "uutils"; owner = "uutils";
repo = "coreutils"; repo = "coreutils";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-6MbX3C5NVwiOwXW5xJO2X3qKMh3pUSALR9aK2IbgaaU="; hash = "sha256-Gwks+xTkwK5dgV9AkSthIrhBNwq/WvM9SNr0wR/SBSM=";
}; };
cargoDeps = rustPlatform.fetchCargoTarball { cargoDeps = rustPlatform.fetchCargoTarball {
inherit src; inherit src;
name = "uutils-coreutils-${version}"; name = "uutils-coreutils-${version}";
hash = "sha256-JowORfYHxN8GqvWeUm0ACnHNM3uZviYbhR7BOeAfphw="; hash = "sha256-i7RvsgtmkH8og8lkRQURWLrzrhPkxans+KME2Ili0wM=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [