diff options
| author | tobiaslieber <14908876+tobiaslieber@users.noreply.github.com> | 2023-06-03 20:33:11 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-06-05 18:16:19 +0000 |
| commit | 68f843abef72d1c8428f277df7101179abd0ded2 (patch) | |
| tree | b2c3dc72f95294189a8c25e8c9c93e5c2bd76de5 | |
| parent | Merge pull request #236028 from NixOS/backport-236008-to-release-23.05 (diff) | |
| download | nixpkgs-origin/backport-235817-to-release-23.05.tar.gz | |
git-credential-keepassxc: 0.12.0 -> 0.13.0origin/backport-235817-to-release-23.05
(cherry picked from commit 9c04f9ec7d03dcfcbe22eb927991a34123c40067)
| -rw-r--r-- | pkgs/applications/version-management/git-credential-keepassxc/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/version-management/git-credential-keepassxc/default.nix b/pkgs/applications/version-management/git-credential-keepassxc/default.nix index 1595c470e2ab..986d491935b5 100644 --- a/pkgs/applications/version-management/git-credential-keepassxc/default.nix +++ b/pkgs/applications/version-management/git-credential-keepassxc/default.nix @@ -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 ]; |
