ncdu: 2.9.1 -> 2.9.2

Changes: https://dev.yorhel.nl/ncdu/changes2
This commit is contained in:
Sergei Trofimovich
2025-10-26 15:30:08 +00:00
parent 2e8ab34df4
commit 1fafd0d58d
+2 -11
View File
@@ -2,7 +2,6 @@
lib,
stdenv,
fetchurl,
fetchpatch2,
ncurses,
pkg-config,
zig_0_15,
@@ -14,21 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ncdu";
version = "2.9.1";
version = "2.9.2";
src = fetchurl {
url = "https://dev.yorhel.nl/download/ncdu-${finalAttrs.version}.tar.gz";
hash = "sha256-v9EJThQA7onP1ZIA6rlA8CXM3AwjgGcQXJhKPEhXv34=";
hash = "sha256-6RE1KBy2ZWnyykwLrCdyRpkeflJSTAyoy6PeXI6Bzsk=";
};
patches = [
(fetchpatch2 {
# Fix infinite loop when reading config file on Zig 0.15.2
url = "https://code.blicky.net/yorhel/ncdu/commit/f45224457687a55aa885aca8e7300f1fbf0af59b.patch";
hash = "sha256-80Igx1MOINdeufCsNoisNo3dJ2iUTpZIxyXy/KzQ1Ng=";
})
];
nativeBuildInputs = [
zig_0_15.hook
installShellFiles