From fe698c1af113fa0e881239545234192247e25c0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Mon, 18 Dec 2023 13:59:47 +0100 Subject: [PATCH] also bump version in default.nix --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index 6c4f7d9..bbfea9e 100644 --- a/default.nix +++ b/default.nix @@ -4,7 +4,7 @@ # https://github.com/abathur/resholve/issues/107 resholve.mkDerivation rec { pname = "nix-direnv"; - version = "3.0.0"; + version = "3.0.1"; src = builtins.path { path = ./.;