Skip to content

Commit 051873c

Browse files
Release v0.37.1 (#66)
* Prepare release v0.37.1 * Update determinate-nixd binaries to v0.37.1 * flake.lock: Update Flake lock file updates: • Updated input 'determinate-nixd-aarch64-darwin': 'https://install.determinate.systems/determinate-nixd/tag/v0.3.3/macOS?narHash=sha256-eHWG/jknmZXuvtGANQNwRri86JtaOxuFaunP7A6XaKU%3D' → 'https://install.determinate.systems/determinate-nixd/tag/v0.37.1/macOS?narHash=sha256-GE2pMfgBR%2Bt1w0TKtVnzqLLFHGHOCuSuzN%2Bjz81DFzU%3D' • Updated input 'determinate-nixd-aarch64-linux': 'https://install.determinate.systems/determinate-nixd/tag/v0.3.3/aarch64-linux?narHash=sha256-N99iA/AT5PkN71h6c1nx%2BKMqhTvx9MbD4QDtfCuO39U%3D' → 'https://install.determinate.systems/determinate-nixd/tag/v0.37.1/aarch64-linux?narHash=sha256-yXwaE51koZI1VG4pXiUjNCInd1dBJ6XeBynAPmRLKNY%3D' • Updated input 'determinate-nixd-x86_64-linux': 'https://install.determinate.systems/determinate-nixd/tag/v0.3.3/x86_64-linux?narHash=sha256-bjPlsT4a0sZTSyGDcttK2stz2Rm9ieQOTo2W9IGEshU%3D' → 'https://install.determinate.systems/determinate-nixd/tag/v0.37.1/x86_64-linux?narHash=sha256-KzOTXBRjKi984jWLkvPU7arM0H4KmqjTmtaw54j9ENo%3D' • Updated input 'nixpkgs': 'https://api.flakehub.com/f/pinned/DeterminateSystems/nixpkgs-weekly/0.1.734028%2Brev-3df3c47c19dc90fec35359e89ffb52b34d2b0e94/01943f43-1e0f-74e6-bbd6-7c42de3c9b30/source.tar.gz?narHash=sha256-30sOEZ8CFK2nTTMdkhaNrfVlIi3rWTNV0Z5z%2BNmpFNI%3D' (2025-01-06) → 'https://api.flakehub.com/f/pinned/DeterminateSystems/nixpkgs-weekly/0.1.754508%2Brev-f0204ef4baa3b6317dee1c84ddeffbd293638836/0195178e-fb6b-77a3-b898-98672929c7b5/source.tar.gz?narHash=sha256-oAgAV4fLWMIPqsEyZVVdk7c0SUdDOV1E7Epq0EIUQs4%3D' (2025-02-16) --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9845253 commit 051873c

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.tar.gz";
77

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

0 commit comments

Comments
 (0)