Skip to content

Commit

Permalink
Merge pull request NixOS#264936 from r-ryantm/auto-update/moon
Browse files Browse the repository at this point in the history
moon: 1.15.0 -> 1.16.0
  • Loading branch information
natsukium authored Nov 2, 2023
2 parents 3192b9a + 447001c commit cbec50b
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.15.0";
version = "1.16.0";

src = fetchFromGitHub {
owner = "moonrepo";
repo = pname;
rev = "v${version}";
hash = "sha256-qFfCYgnCSePbE/YSMP3Ib1X/wTZQvTI0k7A+KNL6q0g=";
hash = "sha256-FPhUGFumbO28rPWNDTrUNqMx0ppbotp9z6u8cCEHu/g=";
};

cargoHash = "sha256-DpNaAuorbpguSPneuWw0DVZQF+QbXOCW6VWwtfYVqkw=";
cargoHash = "sha256-hak0xMV6MSqM88bNY+2C5B5YlRWlZ+dDYu50pYEDsmI=";

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

0 comments on commit cbec50b

Please sign in to comment.