about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorSebastián Mancilla2024-08-13 21:17:12 -0400
committerGitHub2024-08-13 21:17:12 -0400
commit6aad68f7ca6b6cf13d8af7d96b771cc28f36da23 (patch)
treedd89541828b389ebf8edcab6c979587248e58138 /pkgs/shells
parent555e8f20d6295184fdaa29666940fb26a980d695 (diff)
parent3fb8f04fd426c02ec161706c8ea68f8a82e0934e (diff)
Merge pull request #328310 from r-ryantm/auto-update/antidote
antidote: 1.9.6 -> 1.9.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 f9838da92732..a4b29c4bd891 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.9.6";
+  version = "1.9.7";
   pname = "antidote";
 
   src = fetchFromGitHub {
     owner = "mattmc3";
     repo = "antidote";
     rev = "v${finalAttrs.version}";
-    hash = "sha256-8kNMCo/DwZvBwqh/434GqK7z4KXgkwZH9SazLbH8SfM=";
+    hash = "sha256-Gg69O35CpsI3Q3cdxBpRDOfSxRxWG3PHew59kJVH1eQ=";
   };
 
   dontPatch = true;