ncdu: 2.1.2 -> 2.2.1

Release notes: https://dev.yorhel.nl/ncdu/changes2
This commit is contained in:
Daniel Nagy 2022-11-19 22:09:11 +01:00
parent 4b489e5f16
commit 645456c2d5
No known key found for this signature in database
GPG Key ID: 1B8E8DCB576FB671

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "ncdu";
version = "2.1.2";
version = "2.2.1";
src = fetchurl {
url = "https://dev.yorhel.nl/download/${pname}-${version}.tar.gz";
sha256 = "sha256-ng1u8DYYo8MWcmv0khe37+Rc7HWLLJF86JLe10Myxtw=";
sha256 = "sha256-Xkr49rzYz3rY/T15ANqxMgdFoEUxAenjdPmnf3Ku0UE=";
};
XDG_CACHE_HOME="Cache"; # FIXME This should be set in stdenv