3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #213169 from rodrgz/ncdu2

ncdu_2: 2.2.1 -> 2.2.2
This commit is contained in:
Anderson Torres 2023-02-01 21:25:50 -03:00 committed by GitHub
commit b72d4a2329
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 6 deletions

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "ncdu";
version = "2.2.1";
version = "2.2.2";
src = fetchurl {
url = "https://dev.yorhel.nl/download/${pname}-${version}.tar.gz";
sha256 = "sha256-Xkr49rzYz3rY/T15ANqxMgdFoEUxAenjdPmnf3Ku0UE=";
hash = "sha256-kNkgAk51Ixi0aXds5X4Ds8cC1JMprZglruqzbDur+ZM=";
};
XDG_CACHE_HOME="Cache"; # FIXME This should be set in stdenv
@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
homepage = "https://dev.yorhel.nl/ncdu";
license = licenses.mit;
platforms = platforms.all;
maintainers = with maintainers; [ pSub SuperSandro2000 ];
maintainers = with maintainers; [ pSub SuperSandro2000 rodrgz ];
};
}

View file

@ -31771,9 +31771,8 @@ with pkgs;
netcoredbg = callPackage ../development/tools/misc/netcoredbg { };
ncdu = callPackage ../tools/misc/ncdu {
zig = zig_0_9;
};
ncdu = callPackage ../tools/misc/ncdu { };
ncdu_1 = callPackage ../tools/misc/ncdu/1.nix { };
ncdc = callPackage ../applications/networking/p2p/ncdc { };