DeterminateSystems / zero-to-nix

Zero to Nix is your guide to learning Nix and flakes. Created by Determinate Systems.
https://zero-to-nix.com
Other
855 stars 64 forks source link

Update with correct SHA for go pkg #341

Closed jhrv closed 1 month ago

jhrv commented 4 months ago

Running the zero-to-nix tutorial I got the following error message:

nix-go-pkg $ nix build
error: hash mismatch in fixed-output derivation '/nix/store/5j60chscsydnha39hzszg4yv4dzbxf4n-zero-to-nix-go-go-modules.drv':
         specified: sha256-pYnN8rxXNNLRegvJySwAyMUPBmnhSiDSHfMQpjB9Qjs=
            got:    sha256-Cy1/QqbO2MyYgqJZKxrt1FZzLSgXbhSK3ceFPUlFujw=
error: 1 dependencies of derivation '/nix/store/ii6iyv0gkwbfrczwymj0hfk3sdfbliji-zero-to-nix-go.drv' failed to build

I'm completely new to Nix, but I'm assuming the SHA needs to be updated because something changed somewhere

netlify[bot] commented 4 months ago

Deploy Preview for zero-to-nix ready!

Name Link
Latest commit 68b0fac1e0f1beca323df70bf2cbe8bdd245d0e2
Latest deploy log https://app.netlify.com/sites/zero-to-nix/deploys/663bde1d0ada5000088b5590
Deploy Preview https://deploy-preview-341--zero-to-nix.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.

lucperkins commented 1 month ago

PR #354 is slightly more comprehensive so I'll favor that one over this. Thanks a lot for updating, though, and apologies for the delay.