Monorepo for Tangled
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

nix/pkgs: bump knot version to 1.13.0-alpha

The version string in knot-unwrapped.nix was last updated when
v1.11.0-alpha was released and was not bumped for v1.12.0-alpha or
v1.13.0-alpha. As a result, all nix-built knots (including
knot1.tangled.sh) report 1.11.0-alpha via sh.tangled.knot.version
regardless of which commit they're built from.

Signed-off-by: Anish Lakhwara <anish+git@lakhwara.com>

+1 -1
+1 -1
nix/pkgs/knot-unwrapped.nix
··· 4 4 sqlite-lib, 5 5 src, 6 6 }: let 7 - version = "1.11.0-alpha"; 7 + version = "1.13.0-alpha"; 8 8 in 9 9 buildGoApplication { 10 10 pname = "knot";