Merge pull request #202729 from fgaz/git-credential-keepassxc/0.11.0

git-credential-keepassxc: 0.10.1 -> 0.11.0
This commit is contained in:
Guillaume Girol 2022-11-30 16:06:37 +00:00 committed by GitHub
commit 5c2ff9981c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,16 +8,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "git-credential-keepassxc"; pname = "git-credential-keepassxc";
version = "0.10.1"; version = "0.11.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Frederick888"; owner = "Frederick888";
repo = "git-credential-keepassxc"; repo = "git-credential-keepassxc";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-zVE3RQlh0SEV4iavz40YhR+MP31oLCvG54H8gqXwL/k="; hash = "sha256-ZpysJ+xs3IenqAdoswG0OkzxzuNPSKkqlutGxn4VRw8=";
}; };
cargoHash = "sha256-H75SGbT//02I+umttnPM5BwtFkDVNxEYLf84oULEuEk="; cargoHash = "sha256-IPsMlVfgwoFEQlXmW4gnt16WNF5W6akobUVct/iF42E=";
buildInputs = lib.optionals stdenv.isDarwin [ DiskArbitration Foundation ]; buildInputs = lib.optionals stdenv.isDarwin [ DiskArbitration Foundation ];