nuclear: 0.6.39 -> 0.6.40

This commit is contained in:
R. Ryantm
2024-12-03 08:09:08 +00:00
parent afd9ca8bf0
commit 89f3044223
+2 -2
View File
@@ -5,7 +5,7 @@
}:
let
pname = "nuclear";
version = "0.6.39";
version = "0.6.40";
src = fetchurl {
# Nuclear currenntly 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-X5IQ9NlFTFTEYDhuCyrzkPGmvNK66nCSdbmJZxObkBo=";
hash = "sha256-OzTT4f+cdMzmSwdTHk8LXGg3AQcWw1ItIBbrfp16qAw=";
};
appimageContents = appimageTools.extract { inherit pname version src; };