Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(nix): bump hash for dependencies #4360

Closed
wants to merge 1 commit into from

Conversation

peperunas
Copy link

No description provided.

Copy link

netlify bot commented Nov 6, 2024

Deploy Preview for teslamate ready!

Name Link
🔨 Latest commit d4108c2
🔍 Latest deploy log https://app.netlify.com/sites/teslamate/deploys/672b4e7e039a4200084384c1
😎 Deploy Preview https://deploy-preview-4360--teslamate.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@peperunas peperunas marked this pull request as ready for review November 6, 2024 11:24
@brianmay
Copy link
Collaborator

brianmay commented Nov 6, 2024

Can you please consider adding the following change too?

Somewhere we must have updated :ex-cidr in mix.exs, and we should have matching versions for the build to work. Otherwise it will try to write the updates to the nix store.

diff --git a/nix/flake-modules/package.nix b/nix/flake-modules/package.nix
index 1a073cb9..edf27aae 100644
@@ -45,8 +49,8 @@
       cldr = pkgs.fetchFromGitHub {
         owner = "elixir-cldr";
         repo = "cldr";
-        rev = "v2.37.5";
-        sha256 = "sha256-T5Qvuo+xPwpgBsqHNZYnTCA4loToeBn1LKTMsDcCdYs=";
+        rev = "v2.40.0";
+        sha256 = "sha256-B3kIJx684kg3uxdFaWWMn9SBktb1GUqCzSJwN1a0oNo=";
         # sha256 = pkgs.lib.fakeHash;
       };

@brianmay
Copy link
Collaborator

This was merged in #4371.

@brianmay brianmay closed this Nov 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants