ncdu: 2.6 -> 2.7

Changes: https://dev.yorhel.nl/ncdu/changes2
This commit is contained in:
Sergei Trofimovich 2024-11-20 06:39:22 +00:00
parent 5a27cc051d
commit 009bee2d92

View File

@ -12,11 +12,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ncdu";
version = "2.6";
version = "2.7";
src = fetchurl {
url = "https://dev.yorhel.nl/download/ncdu-${finalAttrs.version}.tar.gz";
hash = "sha256-P0cevTi1bmDauAwn468dgmZmlX8C2ehBmxSdqvet5QU=";
hash = "sha256-shjMFKK7mFLPlR204hrsiYDnqMOsoJfjqjQX8g65MAA=";
};
nativeBuildInputs = [