nuclear: 0.6.43 -> 0.6.46 (#397075)

This commit is contained in:
Austin Horstman 2025-04-11 18:03:09 -07:00 committed by GitHub
commit 44db0cf313
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@
}:
let
pname = "nuclear";
version = "0.6.43";
version = "0.6.46";
src = fetchurl {
# Nuclear currently only publishes AppImage releases for x86_64, which is hardcoded in
@ -13,7 +13,7 @@ let
# provide more arches, we should use stdenv.hostPlatform to determine the arch and choose
# source URL accordingly.
url = "https://github.com/nukeop/nuclear/releases/download/v${version}/${pname}-v${version}-x86_64.AppImage";
hash = "sha256-kruQ9h/0dYWIsjX8P2Em7v5weGd4B5hZbu/VldeAGRU=";
hash = "sha256-2oamA2T/Fq9TpqrNFByiL+ns12BaWMy3wptYEo5SIXg=";
};
appimageContents = appimageTools.extract { inherit pname version src; };