Skip to content

Commit 23fe35c

Browse files
r-ryantmSigmanificient
authored andcommitted
nuclear: 0.6.46 -> 0.6.47
1 parent de515c0 commit 23fe35c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/nu/nuclear/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
}:
66
let
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; };

0 commit comments

Comments
 (0)