diff --git a/nix/pkgs/knot-unwrapped.nix b/nix/pkgs/knot-unwrapped.nix index f9101a42..8350f1ef 100644 --- a/nix/pkgs/knot-unwrapped.nix +++ b/nix/pkgs/knot-unwrapped.nix @@ -4,7 +4,7 @@ sqlite-lib, src, }: let - version = "1.14.0-alpha"; + version = "1.16.0-alpha"; in buildGoApplication { pname = "knot"; diff --git a/nix/pkgs/spindle.nix b/nix/pkgs/spindle.nix index 6a9ffb1f..f5f2de7d 100644 --- a/nix/pkgs/spindle.nix +++ b/nix/pkgs/spindle.nix @@ -6,7 +6,7 @@ }: buildGoApplication { pname = "spindle"; - version = "0.1.0"; + version = "1.16.0-alpha"; inherit src modules; doCheck = false;