Skip to content

Commit fd097e9

Browse files
Bump Nix dirge-bin to v0.25.2
1 parent 2a491d5 commit fd097e9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

nix/bin.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
}:
77

88
let
9-
version = "0.25.1";
9+
version = "0.25.2";
1010
sel =
1111
{
1212
"x86_64-linux" = {
1313
triple = "x86_64-unknown-linux-gnu";
14-
hash = "sha256-N9ZM4i4KWZf/411gcG9Es/jNk5Sh0wcGA42A3eNS51o=";
14+
hash = "sha256-yKBDZ1FyiIjHZM4t9pc7kWdgSG1QED+SWA6BcChIxSg=";
1515
};
1616
"aarch64-darwin" = {
1717
triple = "aarch64-apple-darwin";
18-
hash = "sha256-C3ubB/BTgLrvPi3mOK7ijYEjDR/Zh2Lvcy8POKMLW0E=";
18+
hash = "sha256-/nXANdNj1Mnv4xHWE0MG8HZOPhj6Bigm9MyTC5HoB7g=";
1919
};
2020
}
2121
.${stdenv.hostPlatform.system};

0 commit comments

Comments
 (0)