uutils-coreutils: 0.0.28 -> 0.0.29

Diff: https://github.com/uutils/coreutils/compare/refs/tags/0.0.28...0.0.29
This commit is contained in:
Gaetan Lepage
2025-01-18 22:59:52 +01:00
parent 9a2f54527d
commit 0df6ab71fc
+4 -3
View File
@@ -14,19 +14,19 @@
stdenv.mkDerivation rec {
pname = "uutils-coreutils";
version = "0.0.28";
version = "0.0.29";
src = fetchFromGitHub {
owner = "uutils";
repo = "coreutils";
tag = version;
hash = "sha256-Gwks+xTkwK5dgV9AkSthIrhBNwq/WvM9SNr0wR/SBSM=";
hash = "sha256-B6lz75uxROo7npiZNCdTt0NCxVvsaIgtWnuGOKevDQQ=";
};
cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
name = "uutils-coreutils-${version}";
hash = "sha256-i7RvsgtmkH8og8lkRQURWLrzrhPkxans+KME2Ili0wM=";
hash = "sha256-BSRYL9qsa+FUjfXTP/vx7VZwOyjhBM7DREvI6/X2tCA=";
};
nativeBuildInputs = [
@@ -69,6 +69,7 @@ stdenv.mkDerivation rec {
CLI utils in Rust. This repo is to aggregate the GNU coreutils rewrites.
'';
homepage = "https://github.com/uutils/coreutils";
changelog = "https://github.com/uutils/coreutils/releases/tag/${version}";
maintainers = with lib.maintainers; [ siraben ];
license = lib.licenses.mit;
platforms = lib.platforms.unix;