From e03d4f292338dc1dc84cde086f1e83c1463cb11f Mon Sep 17 00:00:00 2001 From: Berger Eugene Date: Sat, 23 Mar 2024 17:19:45 +0200 Subject: [PATCH] bump nix to v1.0.0 --- default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default.nix b/default.nix index 5f91f5e..dd00007 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.88.0"; + version = "1.0.0"; src = lib.cleanSource ./.; @@ -18,7 +18,7 @@ buildGoModule rec { nativeBuildInputs = [ installShellFiles ]; - vendorHash = "sha256-KtktEq/5V/YE6VtWprUei0sIcwcirju+Yxj1yTgWmYY="; + vendorHash = "sha256-9G8GPTJRuPahNcEhAddZsUKc1fexp6IrCZlCGKW0T64="; #vendorHash = lib.fakeHash; postInstall = ''