We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d58fdb commit 6cec4afCopy full SHA for 6cec4af
pkgs/by-name/nc/ncdu/package.nix
@@ -13,11 +13,11 @@
13
14
stdenv.mkDerivation (finalAttrs: {
15
pname = "ncdu";
16
- version = "2.9";
+ version = "2.9.1";
17
18
src = fetchurl {
19
url = "https://dev.yorhel.nl/download/ncdu-${finalAttrs.version}.tar.gz";
20
- hash = "sha256-dfCsO85PwBLoGYtyUY21F56QMHmFjvzgi5EtXcxwlNM=";
+ hash = "sha256-v9EJThQA7onP1ZIA6rlA8CXM3AwjgGcQXJhKPEhXv34=";
21
};
22
23
nativeBuildInputs = [
0 commit comments