ncdu: 2.9 -> 2.9.1 (#435646)

This commit is contained in:
Felix Bargfeldt
2025-08-21 22:58:40 +02:00
committed by GitHub
+2 -2
View File
@@ -13,11 +13,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ncdu";
version = "2.9";
version = "2.9.1";
src = fetchurl {
url = "https://dev.yorhel.nl/download/ncdu-${finalAttrs.version}.tar.gz";
hash = "sha256-dfCsO85PwBLoGYtyUY21F56QMHmFjvzgi5EtXcxwlNM=";
hash = "sha256-v9EJThQA7onP1ZIA6rlA8CXM3AwjgGcQXJhKPEhXv34=";
};
nativeBuildInputs = [