about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-06-12 11:09:15 +0300
committerGitHub <noreply@github.com>2023-06-12 11:09:15 +0300
commit897ff260115df576ad5f967e55b58ca0a17da349 (patch)
tree0342712312ec530139efb75e6105b96d1f5fbb33 /pkgs/shells
parent2cdd022caff4712957acf6cc29010dbfdbe52a68 (diff)
parent170eb1dd15868ab21ca94344055e8936b55ef16d (diff)
downloadnixlib-897ff260115df576ad5f967e55b58ca0a17da349.tar
nixlib-897ff260115df576ad5f967e55b58ca0a17da349.tar.gz
nixlib-897ff260115df576ad5f967e55b58ca0a17da349.tar.bz2
nixlib-897ff260115df576ad5f967e55b58ca0a17da349.tar.lz
nixlib-897ff260115df576ad5f967e55b58ca0a17da349.tar.xz
nixlib-897ff260115df576ad5f967e55b58ca0a17da349.tar.zst
nixlib-897ff260115df576ad5f967e55b58ca0a17da349.zip
Merge pull request #237279 from r-ryantm/auto-update/antidote
antidote: 1.8.6 -> 1.8.7
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/zsh/antidote/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/shells/zsh/antidote/default.nix b/pkgs/shells/zsh/antidote/default.nix
index 2e5fb8aa0f0e..4a27e8ead0bc 100644
--- a/pkgs/shells/zsh/antidote/default.nix
+++ b/pkgs/shells/zsh/antidote/default.nix
@@ -1,14 +1,14 @@
 { lib, stdenv, fetchFromGitHub }:
 
 stdenv.mkDerivation (finalAttrs: {
-  version = "1.8.6";
+  version = "1.8.7";
   pname = "antidote";
 
   src = fetchFromGitHub {
     owner = "mattmc3";
     repo = "antidote";
     rev = "v${finalAttrs.version}";
-    hash = "sha256-CcWEXvz1TB6LFu9qvkVB1LJsa68grK16VqjUTiuVG/c=";
+    hash = "sha256-5ccGoxmaHV7w4w7qc61gjI12OppU1FjDUeYh8ELljWQ=";
   };
 
   dontPatch = true;