Unverified Commit 8ce91eae authored by Felix Bargfeldt's avatar Felix Bargfeldt Committed by GitHub
Browse files

ncdu: 2.9.1 -> 2.9.2 (#455908)

parents d9710bba 1fafd0d5
Loading
Loading
Loading
Loading
+2 −11
Original line number Diff line number Diff line
@@ -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