ncdu: 2.6 -> 2.7 (#357479)

This commit is contained in:
jopejoe1 2024-11-28 18:42:52 +00:00 committed by GitHub
commit 892247b9b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [