Bump nix to v0.65.1

This commit is contained in:
Berger Eugene 2023-09-17 22:09:14 +03:00
parent 846cf14753
commit 5d7d23deca

View File

@ -4,7 +4,7 @@ let pkg = "github.com/f1bonacc1/process-compose/src/config";
in
buildGoModule rec {
pname = "process-compose";
version = "0.65.0";
version = "0.65.1";
src = lib.cleanSource ./.;