Skip to content

Commit c25998f

Browse files
committed
chore(risc0): Formatting updates
1 parent 4642f3e commit c25998f

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

packages/risc0/default.nix

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,28 @@
33
fetchurl,
44
fetchFromGitHub,
55
installSourceAndCargo,
6+
autoPatchelfHook,
67
pkg-config,
78
openssl,
8-
autoPatchelfHook,
99
...
1010
}:
1111
let
1212
recursion-zkr = let
1313
hash' = "ffc503386276f809137161f18d2f3ddcba3bb4b2d8b5d893b2c5d94b35afaf47";
14-
in fetchurl rec {
15-
url = "https://risc0-artifacts.s3.us-west-2.amazonaws.com/zkr/${hash'}.zip";
16-
hash = "sha256-/8UDOGJ2+AkTcWHxjS893Lo7tLLYtdiTssXZSzWvr0c=";
17-
};
14+
in
15+
fetchurl rec {
16+
url = "https://risc0-artifacts.s3.us-west-2.amazonaws.com/zkr/${hash'}.zip";
17+
hash = "sha256-/8UDOGJ2+AkTcWHxjS893Lo7tLLYtdiTssXZSzWvr0c=";
18+
};
1819

1920
commonArgs = rec {
2021
pname = "risc0";
2122
version = "unstable-2024-12-12";
2223

2324
nativeBuildInputs = [
25+
autoPatchelfHook
2426
pkg-config
2527
openssl
26-
autoPatchelfHook
2728
];
2829

2930
src = fetchFromGitHub {

0 commit comments

Comments
 (0)