chore(nix): sync to latest version number for newt package

This commit is contained in:
Varun Narravula
2025-12-03 23:32:23 -05:00
parent e27e6fbce8
commit 15b40b0f24

View File

@@ -25,7 +25,7 @@
inherit (pkgs) lib;
# Update version when releasing
version = "1.4.2";
version = "1.6.0";
in
{
default = self.packages.${system}.pangolin-newt;