From 27db57df183a74bc6a63a28bb698d00829504ad5 Mon Sep 17 00:00:00 2001 From: Luna Nightshade Date: Wed, 21 Jun 2023 22:45:52 +0200 Subject: [PATCH] You cannot get away with not bumping the version. --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index d80a260..ee9dc8d 100644 --- a/flake.nix +++ b/flake.nix @@ -26,7 +26,7 @@ in rec { packages.bayshore = pkgs.buildNpmPackage { pname = "bayshore"; - version = "1.0.7"; + version = "1.0.8"; src = ./.; npmDepsHash = "sha256-7iVoTJv5rvdiUWyhrDOGEboOo1sdQ7YvZOqbgvz/mF8=";