hydralauncher: 3.6.8 -> 3.7.3 (#452740)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-11-01 12:13:51 +00:00
committed by GitHub

View File

@@ -6,10 +6,10 @@
}:
let
pname = "hydralauncher";
version = "3.6.8";
version = "3.7.3";
src = fetchurl {
url = "https://github.com/hydralauncher/hydra/releases/download/v${version}/hydralauncher-${version}.AppImage";
hash = "sha256-wZszjO+4n1BaiWX9Dw+chZvL89hPmugHju5JlRfPYl4=";
hash = "sha256-prX/6cmWEz81nj/W28QbclyaJyNmGOug/ANXee3e0Cs=";
};
appimageContents = appimageTools.extractType2 { inherit pname src version; };