Unverified Commit 945e7192 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #294803 from r-ryantm/auto-update/moon

moon: 1.22.4 -> 1.22.6
parents 073f71c5 6b592238
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,16 +9,16 @@

rustPlatform.buildRustPackage rec {
  pname = "moon";
  version = "1.22.4";
  version = "1.22.6";

  src = fetchFromGitHub {
    owner = "moonrepo";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-Hx31oEvf6irURxtLBPaY2unCgW0tBurhSjhBNI1ifng=";
    hash = "sha256-xVjY9lrnNMFU97FLOQgwb/GKQNVtSBcFTY27KA0Iyns=";
  };

  cargoHash = "sha256-DKktU8w+4TeGSzidjovK9xgis98Gz7BretrO+bpfnTc=";
  cargoHash = "sha256-UHKRPb15H+91jmKyHy7OGiKfCCVVhir4aHITldAl0RA=";

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