Merge pull request #222556 from Alizter/ps/branch/git_ps_rs__6_5_0____6_6_0

git-ps-rs: 6.5.0 -> 6.6.0
This commit is contained in:
Nick Cao 2023-03-24 12:00:56 +08:00 committed by GitHub
commit b9ff605f5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,16 +12,16 @@
rustPlatform.buildRustPackage rec {
pname = "git-ps-rs";
version = "6.5.0";
version = "6.6.0";
src = fetchFromGitHub {
owner = "uptech";
repo = "git-ps-rs";
rev = version;
hash = "sha256-4wSm3H+98ZJZ+fZdLYshPKafRkPq98Pv3Lwh9o0be6U=";
hash = "sha256-pWad/OCSoszdEQb6Mb6fD4vsZRagbYa3TKft4IyGg94=";
};
cargoHash = "sha256-1p46xvo7abMPlVP8BeQ1j/8QQpK3kCgbTL3cdidfq04=";
cargoHash = "sha256-MoWb6slvcTlLYbUg/5xBuOYT40C9SQeHIJKdBdhqics=";
nativeBuildInputs = [
pkg-config