hydralauncher: 3.4.4 -> 3.4.5 (#402971)

This commit is contained in:
Nick Cao
2025-04-30 17:33:13 -04:00
committed by GitHub
+2 -2
View File
@@ -6,10 +6,10 @@
}:
let
pname = "hydralauncher";
version = "3.4.4";
version = "3.4.5";
src = fetchurl {
url = "https://github.com/hydralauncher/hydra/releases/download/v${version}/hydralauncher-${version}.AppImage";
hash = "sha256-7mYwjxfef9uiBI2idLUqQxJ4hiWiPVCdMnw1MaovUEM=";
hash = "sha256-vr++NPDTqLSVVN/6YWj1eoGcoBfiinfCMbAryV1yHZA=";
};
appimageContents = appimageTools.extractType2 { inherit pname src version; };