We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1a33b0 commit cc48efaCopy full SHA for cc48efa
1 file changed
pkgs/by-name/st/stardust-xr-gravity/package.nix
@@ -7,16 +7,16 @@
7
8
rustPlatform.buildRustPackage {
9
pname = "stardust-xr-gravity";
10
- version = "0-unstable-2024-12-29";
+ version = "0.50.0-unstable-2025-11-29";
11
12
src = fetchFromGitHub {
13
owner = "stardustxr";
14
repo = "gravity";
15
- rev = "eca5e835cd3abee69984ce6312610644801457a9";
16
- hash = "sha256-upw0MjGccSI1B10wabKPMGrEo7ATfg4a7Hzaucbf99w=";
+ rev = "3283bf8b352cdcb04ef3e0edb5155c4ca8c5c97c";
+ hash = "sha256-oTFcwCpugMImWX+4C2OW1inrlQahMqd3n/0TiWKrjFQ=";
17
};
18
19
- cargoHash = "sha256-tkWY+dLFDnyir6d0supR3Z202p5i4UewY+J66mL1x/o=";
+ cargoHash = "sha256-vV8/WtAGWDIiUOGNZcK91SJ5M6aFBEPi6/k0I1MO/bI=";
20
21
passthru.updateScript = nix-update-script {
22
extraArgs = [ "--version=branch" ];
0 commit comments