git-ps-rs: 6.7.0 -> 6.8.0
Signed-off-by: Ali Caglayan <alizter@gmail.com>
This commit is contained in:
parent
7a49b67eb2
commit
68995e2778
2 changed files with 3 additions and 3 deletions
2
pkgs/development/tools/git-ps-rs/Cargo.lock
generated
2
pkgs/development/tools/git-ps-rs/Cargo.lock
generated
|
@ -258,7 +258,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "gps"
|
name = "gps"
|
||||||
version = "6.7.0"
|
version = "6.8.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ansi_term",
|
"ansi_term",
|
||||||
"git2",
|
"git2",
|
||||||
|
|
|
@ -12,13 +12,13 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "git-ps-rs";
|
pname = "git-ps-rs";
|
||||||
version = "6.7.0";
|
version = "6.8.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "uptech";
|
owner = "uptech";
|
||||||
repo = "git-ps-rs";
|
repo = "git-ps-rs";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-yBZ+YJxiVO8+rI7FLtI0xse8hoirjt5Bc2KxPeBidd0=";
|
hash = "sha256-M5VLQY+0QOKKygnNHjOutwniWO90y4RReAJoxwWpRSA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoLock = {
|
cargoLock = {
|
||||||
|
|
Loading…
Reference in a new issue