boring: 0.13.0 -> 0.14.0

This commit is contained in:
R. Ryantm
2026-05-24 22:34:42 +00:00
parent 577f4f868a
commit daeb5131ed
+2 -2
View File
@@ -11,13 +11,13 @@
buildGoModule (finalAttrs: {
pname = "boring";
version = "0.13.0";
version = "0.14.0";
src = fetchFromGitHub {
owner = "alebeck";
repo = "boring";
tag = "v${finalAttrs.version}";
hash = "sha256-9ei2Kl2590DY0S9jrc+MxsL5srxmwx8wD6uFlVQ6o4o=";
hash = "sha256-cyRy7lF2wGupzDnW4zPKEuM0X0aaHrWbF/3p13xb2DA=";
};
nativeBuildInputs = [