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

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

moon: 1.24.4 -> 1.24.5
parents c870fa38 d269556c
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.24.4";
  version = "1.24.5";

  src = fetchFromGitHub {
    owner = "moonrepo";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-LOUACki6uG8jDBI2eOO0C/tQrJ7L3aehwo+4pe9ONgo=";
    hash = "sha256-9ChvfyXo16wtIKqAHtmmU9veArCX+VtuaG0d6sxz8UE=";
  };

  cargoHash = "sha256-kTLWWtAqoSTmVBHYJKMUsV8jtSYzgERkSErLRMmZI7Y=";
  cargoHash = "sha256-C3uLmPb8nZVu5McfhVjlhE46ehtcoUesx5dNzzY+wAU=";

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