From a9ce32297f79d86b113424f6ee1d80a1c63ee23c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2025 14:58:34 +0000 Subject: [PATCH] fix(nix): Update version and hashes Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- nix/cunicu.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/cunicu.nix b/nix/cunicu.nix index 984fcb70..8722b4c6 100644 --- a/nix/cunicu.nix +++ b/nix/cunicu.nix @@ -13,7 +13,7 @@ nix-update-script, }: let - version = "0.11.0"; + version = "0.12.0"; src = ./..; in buildGoModule {