Unverified Commit fe150d92 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

uutils-coreutils: 0.0.28 -> 0.0.29 (#374895)

parents 322147e3 0df6ab71
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -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;