diff --git a/pkgs/helium/default.nix b/pkgs/helium/default.nix index 8f59608..236b126 100644 --- a/pkgs/helium/default.nix +++ b/pkgs/helium/default.nix @@ -8,11 +8,11 @@ pkgs.appimageTools.wrapType2 rec { pname = "helium"; - version = "0.11.4.1"; + version = "0.11.3.2"; src = pkgs.fetchurl { url = "https://github.com/imputnet/helium-linux/releases/download/${version}/${pname}-${version}-x86_64.AppImage"; - sha256 = "sha256-EavHZuleVkgD4J+gcUQ2ZgGHjvWXzdamUh7r42bUkas="; + sha256 = "sha256-5gdyKg12ZV2hpf0RL+eoJnawuW/J8NobiG+zEA0IOHA="; }; _enableFeatures =