From 74a2b355f6343bdbc5def33e555d07d0a2bc4e88 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Thu, 15 Feb 2024 16:31:18 +0000 Subject: [PATCH] nix: bump to v0.1.1 --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 1e94953..4485714 100644 --- a/flake.nix +++ b/flake.nix @@ -69,7 +69,7 @@ zsh-done = pkgs.stdenvNoCC.mkDerivation rec { pname = "zsh-done"; - version = "0.1.0"; + version = "0.1.1"; src = ./done.plugin.zsh;