Skip to content

Commit

Permalink
Merge pull request #323627 from r-ryantm/auto-update/moon
Browse files Browse the repository at this point in the history
moon: 1.26.1 -> 1.26.4
  • Loading branch information
Aleksanaa authored Jul 4, 2024
2 parents 89d79f7 + a6ac532 commit ae4d4b1
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.26.1";
version = "1.26.4";

src = fetchFromGitHub {
owner = "moonrepo";
repo = pname;
rev = "v${version}";
hash = "sha256-XgOtPL3gzSRX+VWAsNo6zMCh6tQoeH1HvH6oycS6S70=";
hash = "sha256-+vgP8Nu/t7pxU/YGIIi8zd0zuAzZFdpcZLGnjZgqYGM=";
};

cargoHash = "sha256-maqdfN8UXcAU3UGxjE6PJWxyilKWJZPkfXY7tu72LTk=";
cargoHash = "sha256-WDBAuzUCjZxayXeEdxvWAHZyYRQLDMz3QkNO9QT/DyI=";

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

0 comments on commit ae4d4b1

Please sign in to comment.