File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 55} :
66let
77 pname = "nuclear" ;
8- version = "0.6.46 " ;
8+ version = "0.6.47 " ;
99
1010 src = fetchurl {
1111 # Nuclear currently only publishes AppImage releases for x86_64, which is hardcoded in
1212 # the package name. We also hardcode the host arch in the release name, but should upstream
1313 # provide more arches, we should use stdenv.hostPlatform to determine the arch and choose
1414 # source URL accordingly.
1515 url = "https://github.com/nukeop/nuclear/releases/download/v${ version } /${ pname } -v${ version } -x86_64.AppImage" ;
16- hash = "sha256-2oamA2T/Fq9TpqrNFByiL+ns12BaWMy3wptYEo5SIXg =" ;
16+ hash = "sha256-mwCQ6jddNF3knf1w0nztlyB/ijPsyjjV6aMcoYkadRI =" ;
1717 } ;
1818
1919 appimageContents = appimageTools . extract { inherit pname version src ; } ;
You can’t perform that action at this time.
0 commit comments