Skip to content

Commit

Permalink
Bump nix to v0.88.0
Browse files Browse the repository at this point in the history
  • Loading branch information
F1bonacc1 committed Mar 2, 2024
1 parent 14ada1c commit 82b51ba
Showing 1 changed file with 2 additions and 2 deletions.
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.85.0";
version = "0.88.0";


src = lib.cleanSource ./.;
Expand All @@ -18,7 +18,7 @@ buildGoModule rec {

nativeBuildInputs = [ installShellFiles ];

vendorHash = "sha256-LZb/2yuJYqppsOxZoOkTZPMxYSSIJjVDzsqJ8SP7N9k=";
vendorHash = "sha256-KtktEq/5V/YE6VtWprUei0sIcwcirju+Yxj1yTgWmYY=";
#vendorHash = lib.fakeHash;

postInstall = ''
Expand Down

0 comments on commit 82b51ba

Please sign in to comment.