git-credential-keepassxc: 0.12.0 -> 0.13.0

This commit is contained in:
tobiaslieber 2023-06-03 20:33:11 +02:00
parent f47f0a525c
commit 9c04f9ec7d
No known key found for this signature in database
GPG Key ID: 065178285841AA46

View File

@ -12,16 +12,16 @@
rustPlatform.buildRustPackage rec {
pname = "git-credential-keepassxc";
version = "0.12.0";
version = "0.13.0";
src = fetchFromGitHub {
owner = "Frederick888";
repo = "git-credential-keepassxc";
rev = "v${version}";
hash = "sha256-siVSZke+anVTaLiJVyDEKvgX+VmS0axa+4721nlgmiw=";
hash = "sha256-eu4Ff+7670gCO+j3WSRnvQ1aFXIx0nw1jAZXNuni2bU=";
};
cargoHash = "sha256-QMAAKkjWgM/UiOfkNMLQxyGEYYmiSvE0Pd8fZXYyN48=";
cargoHash = "sha256-DVMQLsiiaxMZtDqzqnMJQl91NCuMRSPEb8B6AttB4lE=";
buildInputs = lib.optionals stdenv.isDarwin [ DiskArbitration Foundation ];