File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 44 fetchurl ,
55 ncurses ,
66 pkg-config ,
7- zig_0_13 ,
7+ zig_0_14 ,
88 zstd ,
99 installShellFiles ,
1010 testers ,
1313
1414stdenv . mkDerivation ( finalAttrs : {
1515 pname = "ncdu" ;
16- version = "2.7 " ;
16+ version = "2.8 " ;
1717
1818 src = fetchurl {
1919 url = "https://dev.yorhel.nl/download/ncdu-${ finalAttrs . version } .tar.gz" ;
20- hash = "sha256-shjMFKK7mFLPlR204hrsiYDnqMOsoJfjqjQX8g65MAA =" ;
20+ hash = "sha256-qmFXb37J/fUyyxeBQu9bMqrUJWdwWZLPPg0cb+fjjkA =" ;
2121 } ;
2222
2323 nativeBuildInputs = [
24- zig_0_13 . hook
24+ zig_0_14 . hook
2525 installShellFiles
2626 pkg-config
2727 ] ;
@@ -50,7 +50,7 @@ stdenv.mkDerivation (finalAttrs: {
5050 pSub
5151 rodrgz
5252 ] ;
53- inherit ( zig_0_13 . meta ) platforms ;
53+ inherit ( zig_0_14 . meta ) platforms ;
5454 mainProgram = "ncdu" ;
5555 } ;
5656} )
You can’t perform that action at this time.
0 commit comments