diff --git a/flake.lock b/flake.lock index 48f445c..97fcf34 100644 --- a/flake.lock +++ b/flake.lock @@ -3,37 +3,37 @@ "determinate-nixd-aarch64-darwin": { "flake": false, "locked": { - "narHash": "sha256-I03XaJRNQHh/N3ea2qpMU78DahTm7tSfF+urRABhKiQ=", + "narHash": "sha256-yLy38fgeC+orxYylwUwLUuRUdgi9WLEflLX9j9NDIUI=", "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v0.2.6/macOS" + "url": "https://install.determinate.systems/determinate-nixd/tag/v0.3.0/macOS" }, "original": { "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v0.2.6/macOS" + "url": "https://install.determinate.systems/determinate-nixd/tag/v0.3.0/macOS" } }, "determinate-nixd-aarch64-linux": { "flake": false, "locked": { - "narHash": "sha256-yxF7hyInOc+S1BEaxjLBLHUFjSAjC0bRKh0glUt4ilo=", + "narHash": "sha256-9/HjI0v/ZLoTqOy+5+viIQh8iGjf49qMLRVthVZ3V9U=", "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v0.2.6/aarch64-linux" + "url": "https://install.determinate.systems/determinate-nixd/tag/v0.3.0/aarch64-linux" }, "original": { "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v0.2.6/aarch64-linux" + "url": "https://install.determinate.systems/determinate-nixd/tag/v0.3.0/aarch64-linux" } }, "determinate-nixd-x86_64-linux": { "flake": false, "locked": { - "narHash": "sha256-/LPSCwR/ueorahCcyUSVym3y3lnRXkc6pqWwW2T/yT8=", + "narHash": "sha256-cyvqGm+WT5l3N40wSO6FSJTm7Lxm9w1owpXjAYtGAm4=", "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v0.2.6/x86_64-linux" + "url": "https://install.determinate.systems/determinate-nixd/tag/v0.3.0/x86_64-linux" }, "original": { "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v0.2.6/x86_64-linux" + "url": "https://install.determinate.systems/determinate-nixd/tag/v0.3.0/x86_64-linux" } }, "flake-compat": { @@ -231,12 +231,12 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1733686850, - "narHash": "sha256-NQEO/nZWWGTGlkBWtCs/1iF1yl2lmQ1oY/8YZrumn3I=", - "rev": "dd51f52372a20a93c219e8216fe528a648ffcbf4", - "revCount": 719099, + "lastModified": 1736134818, + "narHash": "sha256-30sOEZ8CFK2nTTMdkhaNrfVlIi3rWTNV0Z5z+NmpFNI=", + "rev": "3df3c47c19dc90fec35359e89ffb52b34d2b0e94", + "revCount": 734028, "type": "tarball", - "url": "https://api.flakehub.com/f/pinned/DeterminateSystems/nixpkgs-weekly/0.1.719099%2Brev-dd51f52372a20a93c219e8216fe528a648ffcbf4/0193af12-b91a-77b9-9c72-3172a023752d/source.tar.gz" + "url": "https://api.flakehub.com/f/pinned/DeterminateSystems/nixpkgs-weekly/0.1.734028%2Brev-3df3c47c19dc90fec35359e89ffb52b34d2b0e94/01943f43-1e0f-74e6-bbd6-7c42de3c9b30/source.tar.gz" }, "original": { "type": "tarball", diff --git a/flake.nix b/flake.nix index 867d6a2..5bdb085 100644 --- a/flake.nix +++ b/flake.nix @@ -6,15 +6,15 @@ nixpkgs.url = "https://flakehub.com/f/DeterminateSystems/nixpkgs-weekly/0.1.tar.gz"; determinate-nixd-aarch64-linux = { - url = "https://install.determinate.systems/determinate-nixd/tag/v0.2.6/aarch64-linux"; + url = "https://install.determinate.systems/determinate-nixd/tag/v0.3.0/aarch64-linux"; flake = false; }; determinate-nixd-x86_64-linux = { - url = "https://install.determinate.systems/determinate-nixd/tag/v0.2.6/x86_64-linux"; + url = "https://install.determinate.systems/determinate-nixd/tag/v0.3.0/x86_64-linux"; flake = false; }; determinate-nixd-aarch64-darwin = { - url = "https://install.determinate.systems/determinate-nixd/tag/v0.2.6/macOS"; + url = "https://install.determinate.systems/determinate-nixd/tag/v0.3.0/macOS"; flake = false; }; determinate-nixd-x86_64-darwin.follows = "determinate-nixd-aarch64-darwin";