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

Former-commit-id: 15b40b0f24
This commit is contained in:
Varun Narravula
2025-12-03 23:32:23 -05:00
parent 6cedf1dd67
commit 1101bb140d

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;