Skip to content

Commit 35e869c

Browse files
Merge branch 'main' into issue-template
2 parents bb6fe19 + 1c8136f commit 35e869c

3 files changed

Lines changed: 57 additions & 94 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@
4040
- build(deps): bump plug_cowboy from 2.7.3 to 2.7.4 (#4816)
4141
- build(deps): bump crate-ci/typos from 1.33.1 to 1.34.0 (#4814)
4242
- build(deps): bump timex from 3.7.11 to 3.7.13 (#4815)
43+
- build(deps): update flake.lock (#4828 - @JakobLichterfeld)
44+
- build(nix): update mix dependency hash in nix builds (#4828 - @JakobLichterfeld)
4345
- chore(issue-template): enhance bug report template with additional fields and guidance (#4827 - @JakobLichterfeld)
4446

4547
#### Dashboards

flake.lock

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

nix/flake-modules/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
TOP_SRC = src;
1919
pname = "${pname}-mix-deps";
2020
inherit src version;
21-
hash = "sha256-WSnjB7iXM/GvE+K/3Tb4Vu1zxP00xQdmhvVXrPl8mYw=";
21+
hash = "sha256-/PZHgfBTufpc0fP6GKUzW1ACwvuceBIjJ2loTxt36FQ=";
2222
# hash = pkgs.lib.fakeHash;
2323
};
2424

0 commit comments

Comments
 (0)