hydralauncher: 4.0.3 -> 4.0.4

This commit is contained in:
R. Ryantm
2026-07-08 11:00:41 +00:00
parent 3f74179837
commit faec18215a
+2 -2
View File
@@ -6,10 +6,10 @@
}:
let
pname = "hydralauncher";
version = "4.0.3";
version = "4.0.4";
src = fetchurl {
url = "https://github.com/hydralauncher/hydra/releases/download/v${version}/hydralauncher-${version}.AppImage";
hash = "sha256-6wWfliSMHq1ncqMpfb/NblXFI7NEuh60GsxmqIW9k14=";
hash = "sha256-0ORi6JAhws3HgApmwv7sgC9gJE/KcKtKxgz3CKD6BSw=";
};
appimageContents = appimageTools.extractType2 { inherit pname src version; };