gitoxide: add patch removal note (#396540)

This commit is contained in:
Wolfgang Walther
2025-04-06 20:42:13 +00:00
committed by GitHub
+2
View File
@@ -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
];