Update helium to 0.13.5.1 and add nixpkgs aliases
Helium AppImage version bump includes new SHA256 hash. New Bash and Fish aliases `upf-pkgs` and `upf-pkgs-gh` are added to simplify updating the nixpkgs input, mirroring existing flake update commands.
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
fetchurl,
|
||||
}: let
|
||||
pname = "helium";
|
||||
version = "0.13.4.1";
|
||||
hash = "sha256-z23up+T6bj6F+cQslmI92bEksIAw1OQHRIrmQSaaxY8=";
|
||||
version = "0.13.5.1";
|
||||
hash = "sha256-VAncL78nyXRRNUPZ2c0QudxFrfxy7tXE2NFN4teeezk=";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/imputnet/helium-linux/releases/download/${version}/helium-${version}-x86_64.AppImage";
|
||||
|
||||
Reference in New Issue
Block a user