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

Co-authored-by: peterablehmann <peterablehmann@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-05-20 14:08:43 +00:00
committed by GitHub
co-authored by peterablehmann
+3 -3
View File
@@ -8,18 +8,18 @@
buildGoModule rec {
pname = "keepassxc-go";
version = "1.5.1";
version = "1.6.0";
src = fetchFromGitHub {
owner = "MarkusFreitag";
repo = "keepassxc-go";
rev = "v${version}";
hash = "sha256-seCeHNEj5GxAI7BVMPzh+YuoxivmTwvhVCqY5LKHpQk=";
hash = "sha256-Z4SbPxhs+umsUlby7idxofCjP+uLPvp/2oUCpnAS2/A=";
};
nativeBuildInputs = [ installShellFiles ];
vendorHash = "sha256-jscyNyVr+RDN1EaxIOc3aYCAVT+1eO/c+dxEsIorDIs=";
vendorHash = "sha256-+cgf2FxpbLu+Yuhk6T0ZBnDH7We2DVu65xFaruk9I0E=";
checkFlags = [
# Test tries to monkey-patch the stdlib, fails with permission denied error.