hydralauncher: 3.8.0 -> 3.8.1

This commit is contained in:
R. Ryantm
2026-01-17 22:47:30 +00:00
parent 3304830a00
commit 5d3cb81032
+2 -2
View File
@@ -6,10 +6,10 @@
}:
let
pname = "hydralauncher";
version = "3.8.0";
version = "3.8.1";
src = fetchurl {
url = "https://github.com/hydralauncher/hydra/releases/download/v${version}/hydralauncher-${version}.AppImage";
hash = "sha256-8dRnGr9nVu+GNIVcH90iPDF0VoMibiKqL6dGRdmZl94=";
hash = "sha256-GLoGdZ/UWtkWt4WjjhmupQzPQTMuQI+7jb7IjSCcvo0=";
};
appimageContents = appimageTools.extractType2 { inherit pname src version; };