We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5222171 commit 7712e44Copy full SHA for 7712e44
1 file changed
packages/helium/default.nix
@@ -4,10 +4,10 @@
4
}:
5
let
6
pname = "helium";
7
- version = "0.13.4.1";
+ version = "0.13.5.1";
8
src = fetchurl {
9
url = "https://github.com/imputnet/helium-linux/releases/download/${version}/helium-${version}-x86_64.AppImage";
10
- hash = "sha256-z23up+T6bj6F+cQslmI92bEksIAw1OQHRIrmQSaaxY8=";
+ hash = "sha256-VAncL78nyXRRNUPZ2c0QudxFrfxy7tXE2NFN4teeezk=";
11
};
12
13
appimageContents = appimageTools.extractType2 { inherit pname src version; };
0 commit comments