From 0b966a45000180ddddeb921ee1a658ac1f7cb215 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Sun, 12 Jul 2026 18:24:05 +0300 Subject: [PATCH] Update agru version label to match the locked v0.2.1 revision flake.lock already pins agru at the v0.2.1 commit (via #5415); this label only names the built derivation. Co-Authored-By: Claude Fable 5 --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index bfea1f364..c3f6edda4 100644 --- a/flake.nix +++ b/flake.nix @@ -22,7 +22,7 @@ }; agru = pkgs.buildGo125Module { pname = "agru"; - version = "0.1.19"; + version = "0.2.1"; src = agru-src; vendorHash = null; };