ソースを参照

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>
pull/5414/head
Slavi Pantaleev 1ヶ月前
コミット
0b966a4500
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      flake.nix

+ 1
- 1
flake.nix ファイルの表示

@@ -22,7 +22,7 @@
};
agru = pkgs.buildGo125Module {
pname = "agru";
version = "0.1.19";
version = "0.2.1";
src = agru-src;
vendorHash = null;
};


読み込み中…
キャンセル
保存