Skip to content

Commit

Permalink
bump nix to v1.46.0
Browse files Browse the repository at this point in the history
  • Loading branch information
F1bonacc1 committed Dec 20, 2024
1 parent 7317c7b commit 6a1799e
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 = "1.40.1";
version = "1.46.0";

CGO_ENABLED = 0;

Expand All @@ -19,7 +19,7 @@ buildGoModule rec {

nativeBuildInputs = [ installShellFiles ];

vendorHash = "sha256-ekNISmU9TVi+YA2f3uJVyMsv8xkT8DmDUBw1ASqIfcY=";
vendorHash = "sha256-pztub6PsHhF56ks4UFG9u/mGrvKFUZi+7EudpP9DVYE=";
#vendorHash = lib.fakeHash;

postInstall = ''
Expand Down

0 comments on commit 6a1799e

Please sign in to comment.