Skip to content

Commit

Permalink
fix: update hash
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioRibera committed Jan 19, 2024
1 parent 7d0bf94 commit 8d07841
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions crates/sss_cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ let
"aarch64-darwin" = "aarch64-apple-darwin";
}."${pkgs.stdenv.hostPlatform.system}";
hash_sss = {
"x86_64-linux" = "0sbrny0a47hyg8z6266xw77h27slamlqg3kdcrimkn2xrn9341wh";
"x86_64-darwin" = "00a66gi5l71z0c6xgcswcnlh3m9d5n1hrgkmcgibnr3mxipxgrpm";
"aarch64-darwin" = "1dw15gjihr898l1apgwjcqx1dk2b227rhcrcq4qclxyd9wyg2861";
"x86_64-linux" = "179p06qm5c9vw8kdqzmy0grffwl23044anhrinj8k2clbaacb00z";
"x86_64-darwin" = "146c5laxhh2h523cizbck9cwshqdb2nkj91m2mzrqilv5gpam3yl";
"aarch64-darwin" = "12v9ay0b70rxbdch62k39kpcdlxc8nlmsic5f61q8rkzxcpdyh8n";
}."${pkgs.stdenv.hostPlatform.system}";
in
pkgs.stdenv.mkDerivation {
Expand Down
6 changes: 3 additions & 3 deletions crates/sss_code/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ let
"aarch64-darwin" = "aarch64-apple-darwin";
}."${pkgs.stdenv.hostPlatform.system}";
hash_sss_code = {
"x86_64-linux" = "0zgn8hrhjrdlxij5mgm8wcnfzigas53asmfwnrnxfxpgd5bi775m";
"x86_64-darwin" = "1nxykijmp6rpm0s0yxzqx75q3yvsd52p6dssz5wddfjsxpvh2gva";
"aarch64-darwin" = "14il7r1i0zx62wf8r7y7ayxhml33ycrp1gn0jxzfj5662mmbpgig";
"x86_64-linux" = "1gs9614mdsdx5w9q2cvkdj34jh86jn68xs9l8xvc4rvarp20z4rh";
"x86_64-darwin" = "14i3ycyq4pcw2sp8hlai4l37xmvf9m865sw19030x6aq86137npg";
"aarch64-darwin" = "1s4dic01dfapx3j6m2ihk7clcpwiiv5kfnyzrk4fdhz81qyj84xg";
}."${pkgs.stdenv.hostPlatform.system}";
in
pkgs.stdenv.mkDerivation {
Expand Down

0 comments on commit 8d07841

Please sign in to comment.