nuclear: 0.6.31 -> 0.6.39 (#344539)
This commit is contained in:
commit
04d6c0740e
@ -5,7 +5,7 @@
|
|||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
pname = "nuclear";
|
pname = "nuclear";
|
||||||
version = "0.6.31";
|
version = "0.6.39";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
# Nuclear currenntly only publishes AppImage releases for x86_64, which is hardcoded in
|
# 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
|
# provide more arches, we should use stdenv.hostPlatform to determine the arch and choose
|
||||||
# source URL accordingly.
|
# source URL accordingly.
|
||||||
url = "https://github.com/nukeop/nuclear/releases/download/v${version}/${pname}-v${version}-x86_64.AppImage";
|
url = "https://github.com/nukeop/nuclear/releases/download/v${version}/${pname}-v${version}-x86_64.AppImage";
|
||||||
hash = "sha256-ezho69fDP4OiLpC8KNKc8OIZ++TX4GUinFB6o8MLx3I=";
|
hash = "sha256-X5IQ9NlFTFTEYDhuCyrzkPGmvNK66nCSdbmJZxObkBo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
appimageContents = appimageTools.extract { inherit pname version src; };
|
appimageContents = appimageTools.extract { inherit pname version src; };
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user