hydralauncher: 3.3.1 -> 3.4.0

This commit is contained in:
R. Ryantm
2025-04-11 17:50:21 +00:00
parent a78a226cec
commit c6ac9fba44
+2 -2
View File
@@ -6,10 +6,10 @@
}:
let
pname = "hydralauncher";
version = "3.3.1";
version = "3.4.0";
src = fetchurl {
url = "https://github.com/hydralauncher/hydra/releases/download/v${version}/hydralauncher-${version}.AppImage";
hash = "sha256-CscQnbMCK+dAWQacKIRwHl1Dqpau5+EyuH1pZhLrJ/Q=";
hash = "sha256-d2ZtCAbj7xYkLhsuTPi9/ORb+Nkk5KbGvaDSaawqGcU=";
};
appimageContents = appimageTools.extractType2 { inherit pname src version; };