hydralauncher: 3.9.8 -> 3.9.9 (#527344)

This commit is contained in:
Heitor Augusto 2026-06-03 01:26:26 +00:00 committed by GitHub
commit 3afe2425ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,10 +6,10 @@
}:
let
pname = "hydralauncher";
version = "3.9.8";
version = "3.9.9";
src = fetchurl {
url = "https://github.com/hydralauncher/hydra/releases/download/v${version}/hydralauncher-${version}.AppImage";
hash = "sha256-jKhmcHfi3QuihTxIX73QRLfs8K7iH+lKxhCNpKJsumk=";
hash = "sha256-ZdrsEyJkenQbWTYEsgSaiMPx3JksHwjwti3HSb21iOw=";
};
appimageContents = appimageTools.extractType2 { inherit pname src version; };