Skip to content

Commit

Permalink
moon: 1.30.5 -> 1.30.6 (#369107)
Browse files Browse the repository at this point in the history
  • Loading branch information
misuzu authored Dec 31, 2024
2 parents 7ab14ff + 141e773 commit 094fad8
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 @@ -10,16 +10,16 @@

rustPlatform.buildRustPackage rec {
pname = "moon";
version = "1.30.5";
version = "1.30.6";

src = fetchFromGitHub {
owner = "moonrepo";
repo = pname;
rev = "v${version}";
hash = "sha256-yH/NK5i0RL71TPgPkpLJuqx7YBdFVVGTEc5Hb1uBcak=";
hash = "sha256-rucRenc/mHFkl4pqXdf0b7enGqTRxuJkP+TjDzAX3ww=";
};

cargoHash = "sha256-wQ7JFccDCE7riMTsqlYI2CHMHEZVuRLgB5EwvNV4QsM=";
cargoHash = "sha256-zOGMci7G6TaZnmlc1FgrB571LDykY21h60HbE8/ffhE=";

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

0 comments on commit 094fad8

Please sign in to comment.