ncdu: 2.8.2 -> 2.9

Changelog: https://dev.yorhel.nl/ncdu/changes2
(cherry picked from commit 3cd7676188)
This commit is contained in:
Defelo
2025-08-16 12:22:12 +00:00
committed by github-actions[bot]
parent 76b6fd2b3b
commit 66c8e771cc

View File

@@ -13,11 +13,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ncdu";
version = "2.8.2";
version = "2.9";
src = fetchurl {
url = "https://dev.yorhel.nl/download/ncdu-${finalAttrs.version}.tar.gz";
hash = "sha256-Ai+nZdNaeXl6zcgMgxcH30PJo7pg0a4+bqTMG3osAT0=";
hash = "sha256-dfCsO85PwBLoGYtyUY21F56QMHmFjvzgi5EtXcxwlNM=";
};
nativeBuildInputs = [