From 5ad8f2f99e9958018fc5ab42d59807fbf290a498 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 2 Jun 2026 12:40:33 +0000 Subject: [PATCH] chore(release): v2.3.0 --- flake.lock | 6 +++--- flake.nix | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index c5e45df..96f37ec 100644 --- a/flake.lock +++ b/flake.lock @@ -20,11 +20,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1779560665, - "narHash": "sha256-tpyBcxPpcQb8ukyNF7DoCwfSY3VPsxHoYwj00Cayv5o=", + "lastModified": 1780243769, + "narHash": "sha256-x5UQuRsH3MqI0U9afaXSNqzTPSeZlRLvFAav2Ux1pNw=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "64c08a7ca051951c8eae34e3e3cb1e202fe36786", + "rev": "331800de5053fcebacf6813adb5db9c9dca22a0c", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index a45087b..6a463e7 100644 --- a/flake.nix +++ b/flake.nix @@ -13,7 +13,7 @@ in { packages.default = pkgs.stdenv.mkDerivation (finalAttrs: { pname = "notewrapper"; - version = "v2.2.1"; + version = "v2.3.0"; src = ./.;