hydralauncher: 3.6.1 -> 3.6.2 (#420655)

This commit is contained in:
Matthias Beyer
2025-07-05 19:06:48 +02:00
committed by GitHub
+2 -2
View File
@@ -6,10 +6,10 @@
}:
let
pname = "hydralauncher";
version = "3.6.1";
version = "3.6.2";
src = fetchurl {
url = "https://github.com/hydralauncher/hydra/releases/download/v${version}/hydralauncher-${version}.AppImage";
hash = "sha256-NKQzOPujPEIPKq3GAphkNijOq9tVAyUy2yCOKZaJHbE=";
hash = "sha256-ybSTrglU0ktDJahGtqoTBVqqCPATtQYgo83Bd53HSeM=";
};
appimageContents = appimageTools.extractType2 { inherit pname src version; };