Merge pull request #334138 from r-ryantm/auto-update/git-credential-keepassxc

git-credential-keepassxc: 0.14.0 -> 0.14.1

authored by Sandro and committed by GitHub 807cf825 e83d91aa

+3 -3
+3 -3
pkgs/applications/version-management/git-credential-keepassxc/default.nix
··· 12 13 rustPlatform.buildRustPackage rec { 14 pname = "git-credential-keepassxc"; 15 - version = "0.14.0"; 16 17 src = fetchFromGitHub { 18 owner = "Frederick888"; 19 repo = "git-credential-keepassxc"; 20 rev = "v${version}"; 21 - hash = "sha256-AvnnzLiDQEdfAHPns8ufhdiPPn9d23AnI8Aq2DQS+To="; 22 }; 23 24 - cargoHash = "sha256-c2YucWs0UzyWDKWS5KebT3ps+XvWzlI0+ziJ8JX6oiQ="; 25 26 buildInputs = lib.optionals stdenv.isDarwin [ DiskArbitration Foundation ]; 27
··· 12 13 rustPlatform.buildRustPackage rec { 14 pname = "git-credential-keepassxc"; 15 + version = "0.14.1"; 16 17 src = fetchFromGitHub { 18 owner = "Frederick888"; 19 repo = "git-credential-keepassxc"; 20 rev = "v${version}"; 21 + hash = "sha256-qxNzWuuIoK9BJLVcWtrER+MyA5cyd03xAwGljh8DZC4="; 22 }; 23 24 + cargoHash = "sha256-jBUp0jes4wtr8cmqceEBb6noqGkJUHbIfYgWOw5KMF4="; 25 26 buildInputs = lib.optionals stdenv.isDarwin [ DiskArbitration Foundation ]; 27