Skip to content

Commit

Permalink
moon: 1.27.10 -> 1.28.0 (NixOS#340017)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Sep 6, 2024
2 parents f43cc75 + 8edf76d commit a168b8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/build-managers/moon/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@

rustPlatform.buildRustPackage rec {
pname = "moon";
version = "1.27.10";
version = "1.28.0";

src = fetchFromGitHub {
owner = "moonrepo";
repo = pname;
rev = "v${version}";
hash = "sha256-RAOPF47uUgF8ORECr04YcngWacaKQrMlQaG9YnECVdc=";
hash = "sha256-RqL7C+0AZ9iqJ8j09ToGE7gWItMM0c2qf99yh4SPQj4=";
};

cargoHash = "sha256-pQvto1G0XptEaAStbOKd2q4nlt4sKpIYu7K9lqakkTk=";
cargoHash = "sha256-1chIr0cAUrXR4cfzSBq0omKcizHb8nL6lcdeNaRKGdU=";

env = {
RUSTFLAGS = "-C strip=symbols";
Expand Down

0 comments on commit a168b8d

Please sign in to comment.