keepassxc-go: 1.5.1 -> 1.6.0

This commit is contained in:
R. Ryantm
2025-05-20 13:46:25 +00:00
parent e3a5e6a22c
commit ea62a61c3d
+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.