hydralauncher: 3.8.1 -> 3.8.3

This commit is contained in:
R. Ryantm
2026-02-07 13:54:53 +00:00
parent 605ce345a1
commit ab9abccefa
+2 -2
View File
@@ -6,10 +6,10 @@
}:
let
pname = "hydralauncher";
version = "3.8.1";
version = "3.8.3";
src = fetchurl {
url = "https://github.com/hydralauncher/hydra/releases/download/v${version}/hydralauncher-${version}.AppImage";
hash = "sha256-GLoGdZ/UWtkWt4WjjhmupQzPQTMuQI+7jb7IjSCcvo0=";
hash = "sha256-1oePQ33Bpt2GKEQgCIVAVjnF04rLY9fraUuodoLlx8o=";
};
appimageContents = appimageTools.extractType2 { inherit pname src version; };