diff --git a/flake.lock b/flake.lock index 506170f..41ae270 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1753489912, - "narHash": "sha256-uDCFHeXdRIgJpYmtcUxGEsZ+hYlLPBhR83fdU+vbC1s=", + "lastModified": 1756217674, + "narHash": "sha256-TH1SfSP523QI7kcPiNtMAEuwZR3Jdz0MCDXPs7TS8uo=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "13e8d35b7d6028b7198f8186bc0347c6abaa2701", + "rev": "4e7667a90c167f7a81d906e5a75cba4ad8bee620", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 0b2cf12..4cbbdd8 100644 --- a/flake.nix +++ b/flake.nix @@ -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" { } ''