Skip to content

Commit 3b54b5c

Browse files
wesmclaude
andauthored
Update flake.nix for v0.45.0 (#486)
Updates flake.nix version to 0.45.0 for the v0.45.0 release. --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5bc40b0 commit 3b54b5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/roborev/postcommit_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ func TestPostCommitTimesOutOnSlowDaemon(t *testing.T) {
212212
t.Fatal("RoundTrip was never called; timeout not exercised")
213213
}
214214

215-
if elapsed > time.Second {
215+
if elapsed > 3*time.Second {
216216
t.Errorf(
217217
"command took %v; should return promptly via timeout",
218218
elapsed,

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
packages = {
1616
default = pkgs.buildGoModule {
1717
pname = "roborev";
18-
version = "0.44.3";
18+
version = "0.45.0";
1919

2020
src = ./.;
2121

0 commit comments

Comments
 (0)