From f1c97ef345b0fc9e1ac5942cebc039c473bd8a8a Mon Sep 17 00:00:00 2001 From: Francesco Gazzetta Date: Thu, 24 Nov 2022 21:05:35 +0100 Subject: [PATCH] git-credential-keepassxc: 0.10.1 -> 0.11.0 (cherry picked from commit 782c75a8f30eb5fe082f78b3f0e0f648fcddc461) --- .../git-and-tools/git-credential-keepassxc/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/version-management/git-and-tools/git-credential-keepassxc/default.nix b/pkgs/applications/version-management/git-and-tools/git-credential-keepassxc/default.nix index 0e5ba28eebaa..27998f1c9c15 100644 --- a/pkgs/applications/version-management/git-and-tools/git-credential-keepassxc/default.nix +++ b/pkgs/applications/version-management/git-and-tools/git-credential-keepassxc/default.nix @@ -8,16 +8,16 @@ rustPlatform.buildRustPackage rec { pname = "git-credential-keepassxc"; - version = "0.10.1"; + version = "0.11.0"; src = fetchFromGitHub { owner = "Frederick888"; repo = "git-credential-keepassxc"; 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 ];