diff --git a/flake.lock b/flake.lock index 93ac1c7..bcf2df4 100644 --- a/flake.lock +++ b/flake.lock @@ -17,16 +17,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1701985094, - "narHash": "sha256-SrEEAeDvsdehVrvoq47pGFZ+p/QbUcTovL84S7tn6Sk=", + "lastModified": 1714780530, + "narHash": "sha256-T/2VTDodMlwh2he/YAUsttNSDWxw52wUXAqCI8bNo1w=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "a24421da00be9ebfdade97135db98a1fac5173d4", + "rev": "2eed3a996b160f02254bdcdfd172cbac0226ee1d", "type": "github" }, "original": { "owner": "NixOS", - "ref": "release-23.11", + "ref": "master", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 2a7ea51..d95a531 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,7 @@ "Process Compose is like docker-compose, but for orchestrating a suite of processes, not containers."; # Nixpkgs / NixOS version to use. - inputs.nixpkgs.url = "github:NixOS/nixpkgs/release-23.11"; + inputs.nixpkgs.url = "github:NixOS/nixpkgs/master"; inputs.flake-utils.url = "github:numtide/flake-utils"; outputs = { self, nixpkgs, flake-utils }: diff --git a/go.mod b/go.mod index c4d322c..7c112b5 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/f1bonacc1/process-compose -go 1.21 +go 1.22 require ( dario.cat/mergo v1.0.0