Skip to content

Commit dc4d71b

Browse files
Release v3.17.0 (#166)
* Prepare release v3.17.0 * Update determinate-nixd binaries to v3.17.0 * flake.lock: Update Flake lock file updates: • Updated input 'determinate-nixd-aarch64-darwin': 'https://install.determinate.systems/determinate-nixd/tag/v3.16.3/macOS' → 'https://install.determinate.systems/determinate-nixd/tag/v3.17.0/macOS' • Updated input 'determinate-nixd-aarch64-linux': 'https://install.determinate.systems/determinate-nixd/tag/v3.16.3/aarch64-linux' → 'https://install.determinate.systems/determinate-nixd/tag/v3.17.0/aarch64-linux' • Updated input 'determinate-nixd-x86_64-linux': 'https://install.determinate.systems/determinate-nixd/tag/v3.16.3/x86_64-linux' → 'https://install.determinate.systems/determinate-nixd/tag/v3.17.0/x86_64-linux' • Updated input 'nix': 'https://api.flakehub.com/f/pinned/DeterminateSystems/nix-src/3.16.3/019c8e13-4542-7edc-9244-38a597d18258/source.tar.gz' (2026-02-24) → 'https://api.flakehub.com/f/pinned/DeterminateSystems/nix-src/3.17.0/019cbb2e-8d12-7212-a98f-73fd1f2342a2/source.tar.gz' (2026-03-04) • Updated input 'nixpkgs': 'https://api.flakehub.com/f/pinned/DeterminateSystems/nixpkgs-weekly/0.1.946843%2Brev-ac055f38c798b0d87695240c7b761b82fc7e5bc2/019c6a25-fd20-733f-936e-6487e2957fe4/source.tar.gz' (2026-02-15) → 'https://api.flakehub.com/f/pinned/DeterminateSystems/nixpkgs-weekly/0.1.957146%2Brev-4215e62dc2cd3bc705b0a423b9719ff6be378a43/019cb23c-bcc0-7c8e-9772-0f9ff50d72f3/source.tar.gz' (2026-03-02) --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b083300 commit dc4d71b

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

flake.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
nixpkgs.url = "https://flakehub.com/f/DeterminateSystems/nixpkgs-weekly/0.1";
77

88
determinate-nixd-aarch64-linux = {
9-
url = "https://install.determinate.systems/determinate-nixd/tag/v3.16.3/aarch64-linux";
9+
url = "https://install.determinate.systems/determinate-nixd/tag/v3.17.0/aarch64-linux";
1010
flake = false;
1111
};
1212
determinate-nixd-x86_64-linux = {
13-
url = "https://install.determinate.systems/determinate-nixd/tag/v3.16.3/x86_64-linux";
13+
url = "https://install.determinate.systems/determinate-nixd/tag/v3.17.0/x86_64-linux";
1414
flake = false;
1515
};
1616
determinate-nixd-aarch64-darwin = {
17-
url = "https://install.determinate.systems/determinate-nixd/tag/v3.16.3/macOS";
17+
url = "https://install.determinate.systems/determinate-nixd/tag/v3.17.0/macOS";
1818
flake = false;
1919
};
2020
};

0 commit comments

Comments
 (0)