Explorar el Código

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 hace 1 mes
padre
commit
0b966a4500
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      flake.nix

+ 1
- 1
flake.nix Ver fichero

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


Cargando…
Cancelar
Guardar