Skip to content

Commit

Permalink
Bump nix to v0.81.4
Browse files Browse the repository at this point in the history
  • Loading branch information
F1bonacc1 committed Jan 28, 2024
1 parent e43cd6d commit 047927e
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.80.0";
version = "0.81.4";


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

nativeBuildInputs = [ installShellFiles ];

vendorHash = "sha256-NYb5FLMXRoOTEH7nD3+1LUGD7wY0N8FTTUZ85uxTPrk=";
vendorHash = "sha256-vcx8wHqJzL+huCPdzN5h3dLs3PE7NaFWJEFJX22EZV4=";
#vendorHash = lib.fakeHash;

postInstall = ''
Expand Down

0 comments on commit 047927e

Please sign in to comment.