hydralauncher: 3.4.5 -> 3.4.7

This commit is contained in:
R. Ryantm
2025-05-08 00:15:39 +00:00
parent cc4eb12f0a
commit 960cc79d80
+2 -2
View File
@@ -6,10 +6,10 @@
}:
let
pname = "hydralauncher";
version = "3.4.5";
version = "3.4.7";
src = fetchurl {
url = "https://github.com/hydralauncher/hydra/releases/download/v${version}/hydralauncher-${version}.AppImage";
hash = "sha256-vr++NPDTqLSVVN/6YWj1eoGcoBfiinfCMbAryV1yHZA=";
hash = "sha256-EZk3nXmq5IohOhTcWBahUqJ8yp3Uqb0E9ybQ4uPtacA=";
};
appimageContents = appimageTools.extractType2 { inherit pname src version; };