We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3443cce commit 3a69228Copy full SHA for 3a69228
pkgs/by-name/tau-tower/package.nix
@@ -9,16 +9,16 @@
9
10
rustPlatform.buildRustPackage (finalAttrs: {
11
pname = "tau-tower";
12
- version = "0.2.2-beta-unstable-2026-03-14";
+ version = "0.2.2-beta-unstable-2026-03-17";
13
14
src = fetchFromGitHub {
15
owner = "tau-org";
16
repo = "tau-tower";
17
- rev = "26908437b568c80fc470934948067341e581d43e";
18
- hash = "sha256-qaui9xWNWuh669kWyTnLGqtuDIKFs4K5Iv3Tti6Befk=";
+ rev = "8ba447b16a066dd92c2378514ab4949166212174";
+ hash = "sha256-jSb6I5/YNVqyN7/QKZJ/5T4b+6E9/zInOpMH92j04JI=";
19
};
20
21
- cargoHash = "sha256-5BAL5A78LIgr5G50aU1TXl19qkKiUPPVJn/QogfRMKI=";
+ cargoHash = "sha256-e1q99sClAVX3y8wv2ZO1gDYyVTtNQW0jxBdtFInTDn4=";
22
23
nativeBuildInputs = [
24
perl
0 commit comments