Skip to content

Commit aee807c

Browse files
Release v3.11.0 (#129)
* Prepare release v3.11.0 * Update determinate-nixd binaries to v3.11.0 * flake.lock: Update Flake lock file updates: • Updated input 'determinate-nixd-aarch64-darwin': 'https://install.determinate.systems/determinate-nixd/tag/v3.10.1/macOS?narHash=sha256-xBryNiGZAU6q2XfAxITBsTQqFkN54bLfPFiTRok4APk%3D' → 'https://install.determinate.systems/determinate-nixd/tag/v3.11.0/macOS?narHash=sha256-2hh/7cbdn7SBVWpOV1gYfkrtlDTodCH6UUpu0SHY2wI%3D' • Updated input 'determinate-nixd-aarch64-linux': 'https://install.determinate.systems/determinate-nixd/tag/v3.10.1/aarch64-linux?narHash=sha256-V77Sp3bdNGfAIR/APOHwkpo27zp40AGUMYXnY%2BiOTKg%3D' → 'https://install.determinate.systems/determinate-nixd/tag/v3.11.0/aarch64-linux?narHash=sha256-LwKQ/fo5K2t16z6PgD/gFc0UaFNgJEdKaG7Kon63aJE%3D' • Updated input 'determinate-nixd-x86_64-linux': 'https://install.determinate.systems/determinate-nixd/tag/v3.10.1/x86_64-linux?narHash=sha256-zowqK8/V4WUOW7Nbh/Xh8Nf4q7M01w4rhJqtcDMmlGY%3D' → 'https://install.determinate.systems/determinate-nixd/tag/v3.11.0/x86_64-linux?narHash=sha256-kiwI4TbmtkgLH4BOM%2Bg7mIqRhPJc635JzZgGi6isjxU%3D' • Updated input 'nix': 'https://api.flakehub.com/f/pinned/DeterminateSystems/nix-src/3.10.1/01990beb-1c30-76d6-a0f2-2cc186e5af10/source.tar.gz?narHash=sha256-2m1cbL45r1Q1mZZqOkEJmBmCSmEmg2gM5WGCF4KpJLk%3D' (2025-09-02) → 'https://api.flakehub.com/f/pinned/DeterminateSystems/nix-src/3.11.0/0199115d-cc20-7faa-8329-b54571934f81/source.tar.gz?narHash=sha256-j9705/Sz7wuqrZv/KxazsltKev%2BJFC7uxeo7fyS4jW0%3D' (2025-09-03) --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 243f707 commit aee807c

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

flake.lock

Lines changed: 14 additions & 14 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.10.1/aarch64-linux";
9+
url = "https://install.determinate.systems/determinate-nixd/tag/v3.11.0/aarch64-linux";
1010
flake = false;
1111
};
1212
determinate-nixd-x86_64-linux = {
13-
url = "https://install.determinate.systems/determinate-nixd/tag/v3.10.1/x86_64-linux";
13+
url = "https://install.determinate.systems/determinate-nixd/tag/v3.11.0/x86_64-linux";
1414
flake = false;
1515
};
1616
determinate-nixd-aarch64-darwin = {
17-
url = "https://install.determinate.systems/determinate-nixd/tag/v3.10.1/macOS";
17+
url = "https://install.determinate.systems/determinate-nixd/tag/v3.11.0/macOS";
1818
flake = false;
1919
};
2020
determinate-nixd-x86_64-darwin.follows = "determinate-nixd-aarch64-darwin";

0 commit comments

Comments
 (0)