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

gitoxide: 0.15.0 -> 0.16.0
This commit is contained in:
figsoda 2022-09-21 16:09:19 -04:00 committed by GitHub
commit 4aff77fcaf
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.15.0";
version = "0.16.0";
src = fetchFromGitHub {
owner = "Byron";
repo = "gitoxide";
rev = "v${version}";
sha256 = "sha256-6U2B+L/42okpYJrJ6gjS8tRxstFq1QBFq4ZZtzwOwac=";
sha256 = "sha256-4Yk3WXkm8jdabEisGKqVQlzjFrrf3pskRmuPa5K4vw4=";
};
cargoSha256 = "sha256-cOQ9GRoQxZInoijRW4BtsNPEVipa8YcBo8aj5D2u+u0=";
cargoSha256 = "sha256-mX58cb1Ywr7npmxgynDQ1x1PmO/62Bd+bONdv/Y1I2Q=";
nativeBuildInputs = [ cmake pkg-config ];
buildInputs = if stdenv.isDarwin