Unverified Commit 0daef72f authored by Sizhe Zhao's avatar Sizhe Zhao
Browse files

gitoxide: 0.39.0 -> 0.42.0

parent 22469a5f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -18,17 +18,17 @@ let
in
rustPlatform.buildRustPackage rec {
  pname = "gitoxide";
  version = "0.39.0";
  version = "0.42.0";

  src = fetchFromGitHub {
    owner = "GitoxideLabs";
    repo = "gitoxide";
    rev = "v${version}";
    hash = "sha256-xv4xGkrArJ/LTVLs2SYhvxhfNG6sjVm5nZWsi4s34iM=";
    hash = "sha256-hrCWt4cCnlH3NKH5Uugf/rvVN+YpbeZgZ/lhnQGZ2I0=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-SRJkI61Z8revRWoschkUAJwcJfKB/U03+YfwEcnEIm8=";
  cargoHash = "sha256-q35MQGN/tvsK7gg0a/ljoVY6wedy7rwKlSakONgBIgk=";

  nativeBuildInputs = [
    cmake