Merge pull request #239012 from Alizter/ps/branch/git_ps_rs__6_7_0____6_8_0

git-ps-rs: 6.7.0 -> 6.8.0
This commit is contained in:
Felix Bühler 2023-06-21 21:33:32 +02:00 committed by GitHub
commit e0eeba8bcb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -258,7 +258,7 @@ dependencies = [
[[package]]
name = "gps"
version = "6.7.0"
version = "6.8.0"
dependencies = [
"ansi_term",
"git2",

View file

@ -12,13 +12,13 @@
rustPlatform.buildRustPackage rec {
pname = "git-ps-rs";
version = "6.7.0";
version = "6.8.0";
src = fetchFromGitHub {
owner = "uptech";
repo = "git-ps-rs";
rev = version;
hash = "sha256-yBZ+YJxiVO8+rI7FLtI0xse8hoirjt5Bc2KxPeBidd0=";
hash = "sha256-M5VLQY+0QOKKygnNHjOutwniWO90y4RReAJoxwWpRSA=";
};
cargoLock = {