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

gitoxide: 0.14.0 -> 0.15.0
This commit is contained in:
Bobby Rong 2022-08-25 17:53:47 +08:00 committed by GitHub
commit 851d22547c
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.14.0";
version = "0.15.0";
src = fetchFromGitHub {
owner = "Byron";
repo = "gitoxide";
rev = "v${version}";
sha256 = "sha256-lppg5x2VMzRo4SqAFgtiklc1WfTXi/jty92Z91CxZPM=";
sha256 = "sha256-6U2B+L/42okpYJrJ6gjS8tRxstFq1QBFq4ZZtzwOwac=";
};
cargoSha256 = "sha256-j4riS3OzfbEriAlqcjq6GcyTrK5sjFEopMesmWTGxp4=";
cargoSha256 = "sha256-cOQ9GRoQxZInoijRW4BtsNPEVipa8YcBo8aj5D2u+u0=";
nativeBuildInputs = [ cmake pkg-config ];
buildInputs = if stdenv.isDarwin