Skip to content

Commit 61a05fd

Browse files
Bump Nix dirge-bin to v0.25.1
1 parent 330774b commit 61a05fd

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.0";
9+
version = "0.25.1";
1010
sel =
1111
{
1212
"x86_64-linux" = {
1313
triple = "x86_64-unknown-linux-gnu";
14-
hash = "sha256-DxyE6qWf12XAGI7kZ23sasvHwlRjGruwynaBRHp4KQQ=";
14+
hash = "sha256-N9ZM4i4KWZf/411gcG9Es/jNk5Sh0wcGA42A3eNS51o=";
1515
};
1616
"aarch64-darwin" = {
1717
triple = "aarch64-apple-darwin";
18-
hash = "sha256-mcvqURoDfXsFZLlV2MhNXBo6HQTUCLtJJsSG1gB5lv8=";
18+
hash = "sha256-C3ubB/BTgLrvPi3mOK7ijYEjDR/Zh2Lvcy8POKMLW0E=";
1919
};
2020
}
2121
.${stdenv.hostPlatform.system};

0 commit comments

Comments
 (0)