Unverified Commit d109f6a8 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

gitoxide: add patch removal note (#396540)

parents 8b6e931e 06c6199a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -31,6 +31,8 @@ rustPlatform.buildRustPackage rec {
  cargoHash = "sha256-q35MQGN/tvsK7gg0a/ljoVY6wedy7rwKlSakONgBIgk=";

  patches = [
    # TODO: remove after next update
    # https://github.com/GitoxideLabs/gitoxide/pull/1929
    ./fix-cargo-dependencies.patch
  ];