about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-08-13 01:31:41 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-08-13 01:31:41 +0000
commit874d0c3d9b404619e4367e93763b0e7d83338382 (patch)
treebaf57a7bbb1dd0cde7983cd504c0a31d5e63669d /pkgs/shells
parentead1dc991374af0bc68a9cc05bd0df8d7dca40d3 (diff)
antidote: 1.9.0 -> 1.9.1
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 598c72fa132d0..a1bb818f6d8f7 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.0";
+  version = "1.9.1";
   pname = "antidote";
 
   src = fetchFromGitHub {
     owner = "mattmc3";
     repo = "antidote";
     rev = "v${finalAttrs.version}";
-    hash = "sha256-YKFG66Kjw/S0YkvPlJK3HC9v00SHEW1Wng6+xcy41Hg=";
+    hash = "sha256-wRLMjaBpzttQ6MUgl1AFC2SRlEEwjASdEnguGlP+XgU=";
   };
 
   dontPatch = true;