Skip to content

Commit

Permalink
Merge pull request #282522 from r-ryantm/auto-update/moon
Browse files Browse the repository at this point in the history
moon: 1.19.0 -> 1.19.3
  • Loading branch information
tomberek authored Jan 26, 2024
2 parents abe9d26 + c18514d commit 782e778
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.19.0";
version = "1.19.3";

src = fetchFromGitHub {
owner = "moonrepo";
repo = pname;
rev = "v${version}";
hash = "sha256-BjSe5N9rFsVL5EueCbBTcnIJM4TYd5q/1wrsANCyniU=";
hash = "sha256-kv43d2KDYwMpyutqf4M/Z4fo1A3lwdwOOyxOQwM5vik=";
};

cargoHash = "sha256-tMqk0aI+ObxlgAOa1inL8mba9ti9Gxhg9mckmyNsuv8=";
cargoHash = "sha256-G8aT44K3HAfmOH6GltbZ91xQRqy79/bimu4cUlAZEDo=";

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

0 comments on commit 782e778

Please sign in to comment.