Skip to content

Commit

Permalink
libzauth: Update sha256 for source in nix expression (#2354)
Browse files Browse the repository at this point in the history
* libzauth: Update sha256 for source in nix expression

* changelog
  • Loading branch information
smatting authored May 3, 2022
1 parent a98404c commit 035cf4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/5-internal/libzauth-nix-sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
libzauth: Update sha256 for source in nix expression
2 changes: 1 addition & 1 deletion nix/pkgs/zauth/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rustPlatform.buildRustPackage rec {
src = nix-gitignore.gitignoreSourcePure [ ../../../.gitignore ] ../../../libs/libzauth;
sourceRoot = "libzauth/libzauth-c";

cargoSha256 = "umwOVCFHtszu64aIc8eqMPGCS7vt1nYQFAQh2XuV+v4="; # self.lib.fakeSha256;
cargoSha256 = "0p81bjbwchq8v0ybvx8r1xcxsah7fjdq2fc2dy4l4k2v18hi9z91";

patchLibs = lib.optionalString stdenv.isDarwin ''
install_name_tool -id $out/lib/libzauth.dylib $out/lib/libzauth.dylib
Expand Down

0 comments on commit 035cf4c

Please sign in to comment.