From 09df46efc324aee37d7d9a6f0d7c6c68adbd373e Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 24 Jun 2023 01:53:26 +0000 Subject: [PATCH] antidote: 1.8.7 -> 1.8.8 --- pkgs/shells/zsh/antidote/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/shells/zsh/antidote/default.nix b/pkgs/shells/zsh/antidote/default.nix index 4a27e8ead0bc..12dc89af8fe6 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.7"; + version = "1.8.8"; pname = "antidote"; src = fetchFromGitHub { owner = "mattmc3"; repo = "antidote"; rev = "v${finalAttrs.version}"; - hash = "sha256-5ccGoxmaHV7w4w7qc61gjI12OppU1FjDUeYh8ELljWQ="; + hash = "sha256-UliND3WZkaXWIxWnSINPLylSK+iXyflhwf/JTjwp/wg="; }; dontPatch = true;