Compare commits

..

No commits in common. "c0bbe97765afa92caab87af6a2fd89b0ea938e83" and "1cc32308dd098190c44bbe40343dcedd6dbd0e1c" have entirely different histories.

View file

@ -8,11 +8,11 @@
pkgs.appimageTools.wrapType2 rec {
pname = "helium";
version = "0.11.5.1";
version = "0.11.4.1";
src = pkgs.fetchurl {
url = "https://github.com/imputnet/helium-linux/releases/download/${version}/${pname}-${version}-x86_64.AppImage";
sha256 = "sha256-Ni7IZ9UBafr+ss0BcQaRKqmlmJI4IV1jRAJ8jhcodlg=";
sha256 = "sha256-EavHZuleVkgD4J+gcUQ2ZgGHjvWXzdamUh7r42bUkas=";
};
_enableFeatures =