Skip to content

Commit

Permalink
v0.45.0
Browse files Browse the repository at this point in the history
  • Loading branch information
F1bonacc1 committed May 12, 2023
1 parent 6c005d7 commit 9510c03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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")
Expand Down
4 changes: 2 additions & 2 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ./.;
Expand All @@ -18,7 +18,7 @@ buildGoModule rec {

nativeBuildInputs = [ installShellFiles ];

vendorSha256 = "iiGn0dYHNEp5Bs54X44sHbsG3HD92Xs4oah4iZXqqvQ=";
vendorSha256 = "9RvVBup07FHCjfV/Q6ryU28inqydL/pMGVUfbo2OG5s=";
#vendorSha256 = lib.fakeSha256;

postInstall = ''
Expand Down

0 comments on commit 9510c03

Please sign in to comment.