Skip to content

Commit

Permalink
moon: 1.29.0 -> 1.29.4
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Nov 25, 2024
1 parent 9885072 commit dd49390
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 dd49390

Please sign in to comment.