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

cargo-leptos: 0.2.25 -> 0.2.26 (#377274)

parents 844c3cca e855c916
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -16,16 +16,16 @@ let
in
rustPlatform.buildRustPackage rec {
  pname = "cargo-leptos";
  version = "0.2.25";
  version = "0.2.26";

  src = fetchFromGitHub {
    owner = "leptos-rs";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-vgYr6mMS2O4/102R+6iCW9IBziM1tIav569d36iIbl8=";
    hash = "sha256-v1gNH3pq5db/swsk79nEzgtR4jy3f/xHs4QaLnVcVYU=";
  };

  cargoHash = "sha256-Q3+tOpvzDqIn2M6Zrm1xK6TeTV4zrxK0PYgcIsEBIhE=";
  cargoHash = "sha256-D9/ZXmXWrKhLLx2aJZgctidpxef53Z7H+X37m8Yz0Hs=";

  buildInputs = optionals isDarwin [
    SystemConfiguration