hydralauncher: 3.6.3 -> 3.6.8 (#441741)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-09-10 11:20:12 +00:00
committed by GitHub
+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; };