hydralauncher: 3.5.1 -> 3.5.2 (#412051)

Co-authored-by: HeitorAugustoLN <IAm.HeitorALN@proton.me>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-05-29 20:35:42 +00:00 committed by GitHub
commit 6dcfa18c9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,10 +6,10 @@
}:
let
pname = "hydralauncher";
version = "3.5.1";
version = "3.5.2";
src = fetchurl {
url = "https://github.com/hydralauncher/hydra/releases/download/v${version}/hydralauncher-${version}.AppImage";
hash = "sha256-uDlxEtWo/8cOLP+ebHN5YZpZESkYHj9+8lqTIsj9qKA=";
hash = "sha256-B1eo/t6HEy+C+5yBLySXToDFPoZb1UeQshZTZ6KiibA=";
};
appimageContents = appimageTools.extractType2 { inherit pname src version; };