hydralauncher: 3.7.6 -> 3.8.0

This commit is contained in:
R. Ryantm
2026-01-05 04:18:42 +00:00
parent 454f2ab1e1
commit c30d667d45
+2 -2
View File
@@ -6,10 +6,10 @@
}:
let
pname = "hydralauncher";
version = "3.7.6";
version = "3.8.0";
src = fetchurl {
url = "https://github.com/hydralauncher/hydra/releases/download/v${version}/hydralauncher-${version}.AppImage";
hash = "sha256-6ERgFwJkRZH1Cj6ucswLU0EpwmjDE0gcmFYm5JbLuK0=";
hash = "sha256-8dRnGr9nVu+GNIVcH90iPDF0VoMibiKqL6dGRdmZl94=";
};
appimageContents = appimageTools.extractType2 { inherit pname src version; };