There was an error while loading. Please reload this page.
1 parent 2a491d5 commit fd097e9Copy full SHA for fd097e9
1 file changed
nix/bin.nix
@@ -6,16 +6,16 @@
6
}:
7
8
let
9
- version = "0.25.1";
+ version = "0.25.2";
10
sel =
11
{
12
"x86_64-linux" = {
13
triple = "x86_64-unknown-linux-gnu";
14
- hash = "sha256-N9ZM4i4KWZf/411gcG9Es/jNk5Sh0wcGA42A3eNS51o=";
+ hash = "sha256-yKBDZ1FyiIjHZM4t9pc7kWdgSG1QED+SWA6BcChIxSg=";
15
};
16
"aarch64-darwin" = {
17
triple = "aarch64-apple-darwin";
18
- hash = "sha256-C3ubB/BTgLrvPi3mOK7ijYEjDR/Zh2Lvcy8POKMLW0E=";
+ hash = "sha256-/nXANdNj1Mnv4xHWE0MG8HZOPhj6Bigm9MyTC5HoB7g=";
19
20
}
21
.${stdenv.hostPlatform.system};
0 commit comments