diff --git a/Makefile b/Makefile index 4c883a1..a29fba0 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ NAME=process-compose RM=rm -VERSION = v0.43.1 +VERSION = v0.45.0 #VERSION = $(shell git describe --abbrev=0) GIT_REV ?= $(shell git rev-parse --short HEAD) DATE ?= $(shell TZ=UTC0 git show --quiet --date='format-local:%Y-%m-%dT%H:%M:%SZ' --format="%cd") diff --git a/default.nix b/default.nix index ef838c1..a3c052d 100644 --- a/default.nix +++ b/default.nix @@ -4,7 +4,7 @@ let pkg = "github.com/f1bonacc1/process-compose/src/config"; in buildGoModule rec { pname = "process-compose"; - version = "0.43.1"; + version = "0.45.0"; src = lib.cleanSource ./.; @@ -18,7 +18,7 @@ buildGoModule rec { nativeBuildInputs = [ installShellFiles ]; - vendorSha256 = "iiGn0dYHNEp5Bs54X44sHbsG3HD92Xs4oah4iZXqqvQ="; + vendorSha256 = "9RvVBup07FHCjfV/Q6ryU28inqydL/pMGVUfbo2OG5s="; #vendorSha256 = lib.fakeSha256; postInstall = ''