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 ce5d58b commit 0a31c26Copy full SHA for 0a31c26
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.51.0-unstable-2026-03-19";
11
12
src = fetchFromGitHub {
13
owner = "stardustxr";
14
repo = "gravity";
15
- rev = "eca5e835cd3abee69984ce6312610644801457a9";
16
- hash = "sha256-upw0MjGccSI1B10wabKPMGrEo7ATfg4a7Hzaucbf99w=";
+ rev = "adca3464f3dc95b773c6c7b36b4c87d71b65f741";
+ hash = "sha256-dkrpW1AOdf1zllvoyjsYOchJOUfPE/dlaGVAXPvXCCg=";
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