Skip to content

Commit

Permalink
moon: 1.29.0 -> 1.29.4 (#358984)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Nov 26, 2024
2 parents 127fb39 + dd49390 commit 73b9d2d
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.29.0";
version = "1.29.4";

src = fetchFromGitHub {
owner = "moonrepo";
repo = pname;
rev = "v${version}";
hash = "sha256-s0JwqEso1Mum+fMTg2rn58oxoSqraQ0iEnsRpgMmtVU=";
hash = "sha256-/EaRryWuH5BPm6bv8KWfLewS/8W6nUspBjvNnFq/sUQ=";
};

cargoHash = "sha256-5WFB2+dWm0q+Ui7rpVlvVrmCHoc4v5x5QNEbDpANkhA=";
cargoHash = "sha256-m5+8WHWpOTF2vIg4ctLPC5m9F+MGRofoEAHGv1ejQXA=";

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

0 comments on commit 73b9d2d

Please sign in to comment.