hydralauncher: 3.7.3 -> 3.7.4 (#461635)

This commit is contained in:
nixpkgs-ci[bot]
2025-11-14 17:00:15 +00:00
committed by GitHub
+2 -2
View File
@@ -6,10 +6,10 @@
}:
let
pname = "hydralauncher";
version = "3.7.3";
version = "3.7.4";
src = fetchurl {
url = "https://github.com/hydralauncher/hydra/releases/download/v${version}/hydralauncher-${version}.AppImage";
hash = "sha256-prX/6cmWEz81nj/W28QbclyaJyNmGOug/ANXee3e0Cs=";
hash = "sha256-A68WatvQrq7QI7DvzFNkG5Sgsz6fZkaxc1soeAaDwOs=";
};
appimageContents = appimageTools.extractType2 { inherit pname src version; };