mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-19 15:11:30 +00:00
stardust-xr-gravity: 0-unstable-2024-12-29 -> 0.51.1
(cherry picked from commit 59f1843418)
This commit is contained in:
committed by
github-actions[bot]
parent
d2d58a58da
commit
fccaf19620
@@ -5,14 +5,14 @@
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
rustPlatform.buildRustPackage {
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "stardust-xr-gravity";
|
||||
version = "0-unstable-2024-12-29";
|
||||
version = "0.51.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "stardustxr";
|
||||
repo = "gravity";
|
||||
rev = "eca5e835cd3abee69984ce6312610644801457a9";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-upw0MjGccSI1B10wabKPMGrEo7ATfg4a7Hzaucbf99w=";
|
||||
};
|
||||
|
||||
@@ -31,4 +31,4 @@ rustPlatform.buildRustPackage {
|
||||
teams = with lib.teams; [ stardust-xr ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user