diff --git a/flake.lock b/flake.lock index e683418..ec00608 100644 --- a/flake.lock +++ b/flake.lock @@ -3,37 +3,37 @@ "determinate-nixd-aarch64-darwin": { "flake": false, "locked": { - "narHash": "sha256-XSYDoC2gHke98y83pABOnNT0E2jGE0qo1yBzY0b7/I0=", + "narHash": "sha256-oUDHY3Ty9aYOHOoSPRFZRut87iqJy8uKMgv3SDxMTXY=", "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v0.2.2/macOS" + "url": "https://install.determinate.systems/determinate-nixd/tag/v0.2.3/macOS" }, "original": { "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v0.2.2/macOS" + "url": "https://install.determinate.systems/determinate-nixd/tag/v0.2.3/macOS" } }, "determinate-nixd-aarch64-linux": { "flake": false, "locked": { - "narHash": "sha256-MfKT7oYAZ1BxVpsFA4SRNYxh+2fQScESO67UJy+8gQY=", + "narHash": "sha256-wtKTpTi6Nho1XutQjd96xgVnhoVD2CEMJQdygkUuwsk=", "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v0.2.2/aarch64-linux" + "url": "https://install.determinate.systems/determinate-nixd/tag/v0.2.3/aarch64-linux" }, "original": { "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v0.2.2/aarch64-linux" + "url": "https://install.determinate.systems/determinate-nixd/tag/v0.2.3/aarch64-linux" } }, "determinate-nixd-x86_64-linux": { "flake": false, "locked": { - "narHash": "sha256-N6ufU3p/8ooUsElSmPTArgfqCWj0emuDdLgkCFZ1ksE=", + "narHash": "sha256-gSGNIHpmAPJgjks/Yb9PzwubPAbPULk9LEiDpdFZtpA=", "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v0.2.2/x86_64-linux" + "url": "https://install.determinate.systems/determinate-nixd/tag/v0.2.3/x86_64-linux" }, "original": { "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v0.2.2/x86_64-linux" + "url": "https://install.determinate.systems/determinate-nixd/tag/v0.2.3/x86_64-linux" } }, "flake-compat": { @@ -231,12 +231,12 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1730958623, - "narHash": "sha256-JwQZIGSYnRNOgDDoIgqKITrPVil+RMWHsZH1eE1VGN0=", - "rev": "85f7e662eda4fa3a995556527c87b2524b691933", - "revCount": 704822, + "lastModified": 1731890469, + "narHash": "sha256-D1FNZ70NmQEwNxpSSdTXCSklBH1z2isPR84J6DQrJGs=", + "rev": "5083ec887760adfe12af64830a66807423a859a7", + "revCount": 709559, "type": "tarball", - "url": "https://api.flakehub.com/f/pinned/DeterminateSystems/nixpkgs-weekly/0.1.704822%2Brev-85f7e662eda4fa3a995556527c87b2524b691933/01931edf-608b-7333-a7d9-7240678d1fba/source.tar.gz" + "url": "https://api.flakehub.com/f/pinned/DeterminateSystems/nixpkgs-weekly/0.1.709559%2Brev-5083ec887760adfe12af64830a66807423a859a7/019342ec-4762-77f2-9a11-86e7601b0be4/source.tar.gz" }, "original": { "type": "tarball", diff --git a/flake.nix b/flake.nix index 9547ed6..200eab2 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.2/aarch64-linux"; + url = "https://install.determinate.systems/determinate-nixd/tag/v0.2.3/aarch64-linux"; flake = false; }; determinate-nixd-x86_64-linux = { - url = "https://install.determinate.systems/determinate-nixd/tag/v0.2.2/x86_64-linux"; + url = "https://install.determinate.systems/determinate-nixd/tag/v0.2.3/x86_64-linux"; flake = false; }; determinate-nixd-aarch64-darwin = { - url = "https://install.determinate.systems/determinate-nixd/tag/v0.2.2/macOS"; + url = "https://install.determinate.systems/determinate-nixd/tag/v0.2.3/macOS"; flake = false; }; determinate-nixd-x86_64-darwin.follows = "determinate-nixd-aarch64-darwin";