slimevr: 18.1.0 -> 18.2.0 (#497436)

This commit is contained in:
nixpkgs-ci[bot]
2026-03-08 05:29:37 +00:00
committed by GitHub
+2 -2
View File
@@ -22,13 +22,13 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "slimevr";
version = "18.1.0";
version = "18.2.0";
src = fetchFromGitHub {
owner = "SlimeVR";
repo = "SlimeVR-Server";
tag = "v${finalAttrs.version}";
hash = "sha256-vU/dcKRlNsixr3TaCrqNkCd2ewAb38fLymb+ZslAum4=";
hash = "sha256-7QU+xQ72t722DOhrurI1XXpILLNnk8lE0yrD1P5XJbA=";
# solarxr
fetchSubmodules = true;
};