hydralauncher: 3.7.4 -> 3.7.5

This commit is contained in:
R. Ryantm
2025-12-04 08:29:34 +00:00
parent d08257cad7
commit 972859df20
+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; };