hydralauncher: 3.9.1 -> 3.9.4 (#500923)

This commit is contained in:
Heitor Augusto
2026-03-18 15:53:35 +00:00
committed by GitHub
+2 -2
View File
@@ -6,10 +6,10 @@
}:
let
pname = "hydralauncher";
version = "3.9.1";
version = "3.9.4";
src = fetchurl {
url = "https://github.com/hydralauncher/hydra/releases/download/v${version}/hydralauncher-${version}.AppImage";
hash = "sha256-Cc6V3D3g3CYyozkvl1baDRJcsd+oaRNAMV1HPOkh/gw=";
hash = "sha256-CTy7kMRSaMYRtOctbgizA2i4VGSLGS5/kI2lAnTuDC4=";
};
appimageContents = appimageTools.extractType2 { inherit pname src version; };