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 <noreply@anthropic.com>
This commit is contained in:
Slavi Pantaleev
2026-07-12 18:24:05 +03:00
parent 93caf43948
commit 0b966a4500
+1 -1
View File
@@ -22,7 +22,7 @@
};
agru = pkgs.buildGo125Module {
pname = "agru";
version = "0.1.19";
version = "0.2.1";
src = agru-src;
vendorHash = null;
};