Update flake.nix to 1.4.2

This commit is contained in:
Scott Hansen
2025-08-27 10:58:00 -07:00
parent e9752f868e
commit 04f2048a0a
2 changed files with 4 additions and 4 deletions

View File

@@ -24,7 +24,7 @@
pkgs = pkgsFor system;
# Update version when releasing
version = "1.4.1";
version = "1.4.2";
# Update the version in a new source tree
srcWithReplacedVersion = pkgs.runCommand "newt-src-with-version" { } ''