Skip to content

Commit

Permalink
uutils-coreutils: 0.0.28 -> 0.0.29 (#374895)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored Jan 18, 2025
2 parents 322147e + 0df6ab7 commit fe150d9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/by-name/uu/uutils-coreutils/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit fe150d9

Please sign in to comment.