hydralauncher: 3.6.2 -> 3.6.3

This commit is contained in:
R. Ryantm
2025-07-25 04:54:33 +00:00
parent 26fe5299e6
commit 611e5cd000
+2 -2
View File
@@ -6,10 +6,10 @@
}:
let
pname = "hydralauncher";
version = "3.6.2";
version = "3.6.3";
src = fetchurl {
url = "https://github.com/hydralauncher/hydra/releases/download/v${version}/hydralauncher-${version}.AppImage";
hash = "sha256-ybSTrglU0ktDJahGtqoTBVqqCPATtQYgo83Bd53HSeM=";
hash = "sha256-WFkO5N9KY0RFMzIrr5IyaNc2GZSusC4GQq5Jepwa1JA=";
};
appimageContents = appimageTools.extractType2 { inherit pname src version; };