vrcx: Simplify update process

This commit is contained in:
[Assassin]
2025-02-04 11:32:29 +01:00
committed by Sefa Eyeoglu
parent 6c49e20fc0
commit 92016f20e2
+2 -1
View File
@@ -7,9 +7,10 @@
let
pname = "vrcx";
version = "2025.01.31";
filename = builtins.replaceStrings [ "." ] [ "" ] version;
src = fetchurl {
hash = "sha256-hrAsy/yv8GW0mIDA5PJLUs4EYNufPiOplLlmb9pFwX4=";
url = "https://github.com/vrcx-team/VRCX/releases/download/v${version}/VRCX_20250131.AppImage";
url = "https://github.com/vrcx-team/VRCX/releases/download/v${version}/VRCX_${filename}.AppImage";
};
appimageContents = appimageTools.extract {
inherit pname src version;