hydralauncher: 3.7.4 -> 3.7.5 (#467771)

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