Merge pull request #109833 from r-ryantm/auto-update/git-workspace

git-workspace: 0.7.0 -> 0.8.0
This commit is contained in:
Sandro 2021-01-18 23:23:04 +01:00 committed by GitHub
commit ae73cf38c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,16 +7,16 @@
rustPlatform.buildRustPackage rec {
pname = "git-workspace";
version = "0.7.0";
version = "0.8.0";
src = fetchFromGitHub {
owner = "orf";
repo = pname;
rev = "v${version}";
sha256 = "1ckfk221ag6yhbqxfz432wpgbhddgzgdsaxhl1ymw90pwpnz717y";
sha256 = "sha256-//EyGhuE8rMRL03TtECIi0X51/p/GvTqvr2FRQEIqFA=";
};
cargoSha256 = "0zkns037vgy96ybmn80px515ivz6yhj5br5mwbvxgl73va92wd9v";
cargoSha256 = "sha256-lvxEYjVMJoAFFRG5iVfGwxUeJObIxfEaWokk69l++nI=";
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ openssl ] ++ lib.optional stdenv.isDarwin Security;