Merge pull request #183306 from r-ryantm/auto-update/gitoxide

gitoxide: 0.12.0 -> 0.13.0
This commit is contained in:
Mario Rodas 2022-07-28 11:46:04 -05:00 committed by GitHub
commit 3ce0c3fce2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,16 +12,16 @@
rustPlatform.buildRustPackage rec {
pname = "gitoxide";
version = "0.12.0";
version = "0.13.0";
src = fetchFromGitHub {
owner = "Byron";
repo = "gitoxide";
rev = "v${version}";
sha256 = "sha256-hDNlnNGm9of6Yu9WRVTRH5g4fAXlUxAexdufbZ0vMOo=";
sha256 = "sha256-NdZ39F6nSuLZNOdoxRs79OR6I3oFASXHzm/hecDyxNI=";
};
cargoSha256 = "sha256-026DFEWu7PTvhJZP7YW3KOBOkzFRoxrc+THilit87jU=";
cargoSha256 = "sha256-6uRLW1KJF0yskEfWm9ERQIDgVnerAhQFbMaxhnEDIOc=";
nativeBuildInputs = [ cmake pkg-config ];
buildInputs = if stdenv.isDarwin