Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

keepassxc-go: 1.5.1 -> 1.6.0 (#409076)

Co-authored-by: peterablehmann <peterablehmann@users.noreply.github.com>

authored by nixpkgs-merge-bot[bot] peterablehmann and committed by GitHub 438ef17e fb2e8f1c

+3 -3
+3 -3
pkgs/by-name/ke/keepassxc-go/package.nix
··· 8 9 buildGoModule rec { 10 pname = "keepassxc-go"; 11 - version = "1.5.1"; 12 13 src = fetchFromGitHub { 14 owner = "MarkusFreitag"; 15 repo = "keepassxc-go"; 16 rev = "v${version}"; 17 - hash = "sha256-seCeHNEj5GxAI7BVMPzh+YuoxivmTwvhVCqY5LKHpQk="; 18 }; 19 20 nativeBuildInputs = [ installShellFiles ]; 21 22 - vendorHash = "sha256-jscyNyVr+RDN1EaxIOc3aYCAVT+1eO/c+dxEsIorDIs="; 23 24 checkFlags = [ 25 # Test tries to monkey-patch the stdlib, fails with permission denied error.
··· 8 9 buildGoModule rec { 10 pname = "keepassxc-go"; 11 + version = "1.6.0"; 12 13 src = fetchFromGitHub { 14 owner = "MarkusFreitag"; 15 repo = "keepassxc-go"; 16 rev = "v${version}"; 17 + hash = "sha256-Z4SbPxhs+umsUlby7idxofCjP+uLPvp/2oUCpnAS2/A="; 18 }; 19 20 nativeBuildInputs = [ installShellFiles ]; 21 22 + vendorHash = "sha256-+cgf2FxpbLu+Yuhk6T0ZBnDH7We2DVu65xFaruk9I0E="; 23 24 checkFlags = [ 25 # Test tries to monkey-patch the stdlib, fails with permission denied error.