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