update helium

This commit is contained in:
Sean Kovacs 2025-11-19 20:54:57 -05:00
commit 2d8c73c33f
Signed by: sckova
GPG key ID: 00F325187C68651A

View file

@ -33,11 +33,11 @@ let
architectures = { architectures = {
"x86_64-linux" = { "x86_64-linux" = {
arch = "x86_64"; arch = "x86_64";
hash = "sha256-hpb1mXaMJ2XTNxr49tGzmTopwuBUut1OldJsQkU8+1k="; hash = lib.fakeHash;
}; };
"aarch64-linux" = { "aarch64-linux" = {
arch = "arm64"; arch = "arm64";
hash = "sha256-xR4Zy7O2srLwAu+E7gcwK/dPlL3VC2ptYn1/FVGQw2c="; hash = "sha256-SApc3CSrYm6MSRgqtJS7IckUVJuoWeUMUgGxqgKakBg=";
}; };
}; };
@ -48,7 +48,7 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "helium-browser"; pname = "helium-browser";
version = "0.6.5.1"; version = "0.6.7.1";
xzName = "helium-${version}-${platformInfo.arch}_linux"; xzName = "helium-${version}-${platformInfo.arch}_linux";
src = fetchurl { src = fetchurl {