git-credential-keepassxc: 0.13.0 -> 0.14.0

This commit is contained in:
R. Ryantm 2023-10-24 16:42:17 +00:00 committed by Francesco Gazzetta
parent 7eb7684374
commit c8e7ce71bb

View File

@ -12,16 +12,16 @@
rustPlatform.buildRustPackage rec {
pname = "git-credential-keepassxc";
version = "0.13.0";
version = "0.14.0";
src = fetchFromGitHub {
owner = "Frederick888";
repo = "git-credential-keepassxc";
rev = "v${version}";
hash = "sha256-eu4Ff+7670gCO+j3WSRnvQ1aFXIx0nw1jAZXNuni2bU=";
hash = "sha256-AvnnzLiDQEdfAHPns8ufhdiPPn9d23AnI8Aq2DQS+To=";
};
cargoHash = "sha256-DVMQLsiiaxMZtDqzqnMJQl91NCuMRSPEb8B6AttB4lE=";
cargoHash = "sha256-c2YucWs0UzyWDKWS5KebT3ps+XvWzlI0+ziJ8JX6oiQ=";
buildInputs = lib.optionals stdenv.isDarwin [ DiskArbitration Foundation ];