hydralauncher: 4.0.2 -> 4.0.3 (#536647)

This commit is contained in:
Nick Cao
2026-06-30 20:04:59 +00:00
committed by GitHub
+2 -2
View File
@@ -6,10 +6,10 @@
}:
let
pname = "hydralauncher";
version = "4.0.2";
version = "4.0.3";
src = fetchurl {
url = "https://github.com/hydralauncher/hydra/releases/download/v${version}/hydralauncher-${version}.AppImage";
hash = "sha256-kb6tIP0xfbF23yg7aa9jmBFiApEPeKks2ZuWuEM4hGQ=";
hash = "sha256-6wWfliSMHq1ncqMpfb/NblXFI7NEuh60GsxmqIW9k14=";
};
appimageContents = appimageTools.extractType2 { inherit pname src version; };