hydralauncher: 3.6.3 -> 3.6.8

This commit is contained in:
R. Ryantm
2025-09-10 10:45:59 +00:00
parent 9c9f9a44d4
commit dd855ebb10
+2 -2
View File
@@ -6,10 +6,10 @@
}:
let
pname = "hydralauncher";
version = "3.6.3";
version = "3.6.8";
src = fetchurl {
url = "https://github.com/hydralauncher/hydra/releases/download/v${version}/hydralauncher-${version}.AppImage";
hash = "sha256-WFkO5N9KY0RFMzIrr5IyaNc2GZSusC4GQq5Jepwa1JA=";
hash = "sha256-wZszjO+4n1BaiWX9Dw+chZvL89hPmugHju5JlRfPYl4=";
};
appimageContents = appimageTools.extractType2 { inherit pname src version; };