Skip to content

Commit 3dd852a

Browse files
authored
Merge pull request #60 from DeterminateSystems/update-determinate-nixd
flake.lock: Update determinate-nixd
2 parents f669a8a + a51f344 commit 3dd852a

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

flake.lock

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

0 commit comments

Comments
 (0)