···55}:
66let
77 pname = "nuclear";
88- version = "0.6.47";
88+ version = "0.6.48";
991010 src = fetchurl {
1111 # Nuclear currently only publishes AppImage releases for x86_64, which is hardcoded in
···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";
1616- hash = "sha256-mwCQ6jddNF3knf1w0nztlyB/ijPsyjjV6aMcoYkadRI=";
1616+ hash = "sha256-k3qGWPn+O4kazsrrZAYHIvSrrix9LNnnJgZGJqlJbJE=";
1717 };
18181919 appimageContents = appimageTools.extract { inherit pname version src; };