diff --git a/flake.lock b/flake.lock index 37e31a8..083b9a4 100644 --- a/flake.lock +++ b/flake.lock @@ -3,37 +3,37 @@ "determinate-nixd-aarch64-darwin": { "flake": false, "locked": { - "narHash": "sha256-LNvx0qZsH8tbdgNfaig/x5Cf4r4UrXfU1m+0bO3D0E4=", + "narHash": "sha256-ctwRrPKWBSFkTqlCHRGz6MHBSWRkbSAEVGoelsxdr2g=", "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v3.21.0/macOS" + "url": "https://install.determinate.systems/determinate-nixd/tag/v3.21.1/macOS" }, "original": { "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v3.21.0/macOS" + "url": "https://install.determinate.systems/determinate-nixd/tag/v3.21.1/macOS" } }, "determinate-nixd-aarch64-linux": { "flake": false, "locked": { - "narHash": "sha256-rKg7uVAEK8X3TTFGaWp8CVZuCAr3wHkMnuJOndhXJF0=", + "narHash": "sha256-qYFrMN6lSMRYV87D/uK5L2CUBvOpoLZAAfSYXvcp9cc=", "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v3.21.0/aarch64-linux" + "url": "https://install.determinate.systems/determinate-nixd/tag/v3.21.1/aarch64-linux" }, "original": { "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v3.21.0/aarch64-linux" + "url": "https://install.determinate.systems/determinate-nixd/tag/v3.21.1/aarch64-linux" } }, "determinate-nixd-x86_64-linux": { "flake": false, "locked": { - "narHash": "sha256-vBCUEVPfY4+nxGDM62evpxJYEVqLTqdBGbCkmZ2sQhk=", + "narHash": "sha256-BxzPf6fT1ekyvD5JA0vvDJOTPtIyjrzVg3Puuo0ftbg=", "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v3.21.0/x86_64-linux" + "url": "https://install.determinate.systems/determinate-nixd/tag/v3.21.1/x86_64-linux" }, "original": { "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v3.21.0/x86_64-linux" + "url": "https://install.determinate.systems/determinate-nixd/tag/v3.21.1/x86_64-linux" } }, "flake-compat": { @@ -105,12 +105,12 @@ "nixpkgs-regression": "nixpkgs-regression" }, "locked": { - "lastModified": 1779472733, - "narHash": "sha256-nV5OHwivEf392cB5MDwoVdDHSvy6Q+rRYZBHd9sePj4=", - "rev": "11f3aff904f84ae612e36e8bc578ac421fca74fa", - "revCount": 25967, + "lastModified": 1780939209, + "narHash": "sha256-/JuW5C6sWuC836Y9b7hga3ZvhRiY4k4Zs73RRg5KVWM=", + "rev": "952beffe9c45ed245d30209d4f17cf1d26654a2a", + "revCount": 26044, "type": "tarball", - "url": "https://api.flakehub.com/f/pinned/DeterminateSystems/nix-src/3.21.0/019e50fb-8633-73d0-b673-b2e265950490/source.tar.gz" + "url": "https://api.flakehub.com/f/pinned/DeterminateSystems/nix-src/3.21.1/019ea860-2acd-7680-ae61-10f9574b2694/source.tar.gz" }, "original": { "type": "tarball", @@ -165,12 +165,12 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1778869304, - "narHash": "sha256-30sZNZoA1cqF5JNO9fVX+wgiQYjB7HJqqJ4ztCDeBZE=", - "rev": "d233902339c02a9c334e7e593de68855ad26c4cb", - "revCount": 998534, + "lastModified": 1780336545, + "narHash": "sha256-vhVhuXzFrIOfcssC/9hDHx7MHzDKjF3keHuREOQqQiQ=", + "rev": "4df1b885d76a54e1aa1a318f8d16fd6005b6401f", + "revCount": 1008784, "type": "tarball", - "url": "https://api.flakehub.com/f/pinned/DeterminateSystems/nixpkgs-weekly/0.1.998534%2Brev-d233902339c02a9c334e7e593de68855ad26c4cb/019e3efc-e09a-7ff1-b05f-0c8f85ba7441/source.tar.gz" + "url": "https://api.flakehub.com/f/pinned/DeterminateSystems/nixpkgs-weekly/0.1.1008784%2Brev-4df1b885d76a54e1aa1a318f8d16fd6005b6401f/019e8725-c925-7ec1-8f35-3f9effcf169a/source.tar.gz" }, "original": { "type": "tarball", diff --git a/flake.nix b/flake.nix index 59ab2ca..033b38a 100644 --- a/flake.nix +++ b/flake.nix @@ -6,15 +6,15 @@ nixpkgs.url = "https://flakehub.com/f/DeterminateSystems/nixpkgs-weekly/0.1"; determinate-nixd-aarch64-linux = { - url = "https://install.determinate.systems/determinate-nixd/tag/v3.21.0/aarch64-linux"; + url = "https://install.determinate.systems/determinate-nixd/tag/v3.21.1/aarch64-linux"; flake = false; }; determinate-nixd-x86_64-linux = { - url = "https://install.determinate.systems/determinate-nixd/tag/v3.21.0/x86_64-linux"; + url = "https://install.determinate.systems/determinate-nixd/tag/v3.21.1/x86_64-linux"; flake = false; }; determinate-nixd-aarch64-darwin = { - url = "https://install.determinate.systems/determinate-nixd/tag/v3.21.0/macOS"; + url = "https://install.determinate.systems/determinate-nixd/tag/v3.21.1/macOS"; flake = false; }; };