Skip to content

Commit 6cec4af

Browse files
committed
ncdu: 2.9 -> 2.9.1
Changes: https://dev.yorhel.nl/ncdu/changes2
1 parent 0d58fdb commit 6cec4af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/nc/ncdu/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313

1414
stdenv.mkDerivation (finalAttrs: {
1515
pname = "ncdu";
16-
version = "2.9";
16+
version = "2.9.1";
1717

1818
src = fetchurl {
1919
url = "https://dev.yorhel.nl/download/ncdu-${finalAttrs.version}.tar.gz";
20-
hash = "sha256-dfCsO85PwBLoGYtyUY21F56QMHmFjvzgi5EtXcxwlNM=";
20+
hash = "sha256-v9EJThQA7onP1ZIA6rlA8CXM3AwjgGcQXJhKPEhXv34=";
2121
};
2222

2323
nativeBuildInputs = [

0 commit comments

Comments
 (0)