Compare commits
1 commit
main
...
update/hel
| Author | SHA1 | Date | |
|---|---|---|---|
| 2b398c24d4 |
1 changed files with 2 additions and 2 deletions
|
|
@ -8,11 +8,11 @@
|
||||||
pkgs.appimageTools.wrapType2 rec {
|
pkgs.appimageTools.wrapType2 rec {
|
||||||
|
|
||||||
pname = "helium";
|
pname = "helium";
|
||||||
version = "0.12.4.1";
|
version = "0.12.5.1";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "https://github.com/imputnet/helium-linux/releases/download/${version}/${pname}-${version}-x86_64.AppImage";
|
url = "https://github.com/imputnet/helium-linux/releases/download/${version}/${pname}-${version}-x86_64.AppImage";
|
||||||
sha256 = "sha256-OgS8HkLBseFrEhNFJxMwp1bg0gzPdfY1VaySAAp7vq0=";
|
sha256 = "sha256-uUZauNralX6katmnO9VDLEs+d+HIhkjkeV36Dw2eUmM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
_enableFeatures =
|
_enableFeatures =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue