···5}:
6let
7 pname = "nuclear";
8- version = "0.6.47";
910 src = fetchurl {
11 # Nuclear currently only publishes AppImage releases for x86_64, which is hardcoded in
···13 # provide more arches, we should use stdenv.hostPlatform to determine the arch and choose
14 # source URL accordingly.
15 url = "https://github.com/nukeop/nuclear/releases/download/v${version}/${pname}-v${version}-x86_64.AppImage";
16- hash = "sha256-mwCQ6jddNF3knf1w0nztlyB/ijPsyjjV6aMcoYkadRI=";
17 };
1819 appimageContents = appimageTools.extract { inherit pname version src; };
···5}:
6let
7 pname = "nuclear";
8+ version = "0.6.48";
910 src = fetchurl {
11 # Nuclear currently only publishes AppImage releases for x86_64, which is hardcoded in
···13 # provide more arches, we should use stdenv.hostPlatform to determine the arch and choose
14 # source URL accordingly.
15 url = "https://github.com/nukeop/nuclear/releases/download/v${version}/${pname}-v${version}-x86_64.AppImage";
16+ hash = "sha256-k3qGWPn+O4kazsrrZAYHIvSrrix9LNnnJgZGJqlJbJE=";
17 };
1819 appimageContents = appimageTools.extract { inherit pname version src; };