Skip to content

Commit

Permalink
bump nix to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
F1bonacc1 committed Mar 23, 2024
1 parent a804df5 commit e03d4f2
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.88.0";
version = "1.0.0";


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

nativeBuildInputs = [ installShellFiles ];

vendorHash = "sha256-KtktEq/5V/YE6VtWprUei0sIcwcirju+Yxj1yTgWmYY=";
vendorHash = "sha256-9G8GPTJRuPahNcEhAddZsUKc1fexp6IrCZlCGKW0T64=";
#vendorHash = lib.fakeHash;

postInstall = ''
Expand Down

0 comments on commit e03d4f2

Please sign in to comment.