boring: 0.16.0 -> 0.16.1 (#539568)

This commit is contained in:
Nick Cao
2026-07-08 18:52:56 +00:00
committed by GitHub

View File

@@ -11,13 +11,13 @@
buildGoModule (finalAttrs: {
pname = "boring";
version = "0.16.0";
version = "0.16.1";
src = fetchFromGitHub {
owner = "alebeck";
repo = "boring";
tag = "v${finalAttrs.version}";
hash = "sha256-PU/DwYgP8pcBc21GwuMMiQIzdU4BhBvHzk9YrktYo1Y=";
hash = "sha256-Llc/zxra07DD3pxsUZGAKN2ltegCeTMTI/jSg76gn3U=";
};
nativeBuildInputs = [