Merge pull request #254072 from Alizter/ps/branch/git_ps_rs__6_8_0____6_9_0

git-ps-rs: 6.8.0 -> 6.9.0
This commit is contained in:
Weijia Wang 2023-09-08 21:37:21 +02:00 committed by GitHub
commit e3582b57e0
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.8.0"
version = "6.9.0"
dependencies = [
"ansi_term",
"git2",

View File

@ -12,13 +12,13 @@
rustPlatform.buildRustPackage rec {
pname = "git-ps-rs";
version = "6.8.0";
version = "6.9.0";
src = fetchFromGitHub {
owner = "uptech";
repo = "git-ps-rs";
rev = version;
hash = "sha256-M5VLQY+0QOKKygnNHjOutwniWO90y4RReAJoxwWpRSA=";
hash = "sha256-D6613T87jLEur8WXHed2cSKVafKVfgGWap/z/UBe31U=";
};
cargoLock = {