Skip to content

Commit

Permalink
Merge pull request #294571 from r-ryantm/auto-update/antidote
Browse files Browse the repository at this point in the history
antidote: 1.9.5 -> 1.9.6
  • Loading branch information
drupol authored Mar 10, 2024
2 parents ce94aa7 + 99e11b3 commit 3ba9038
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/shells/zsh/antidote/default.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{ lib, stdenv, fetchFromGitHub }:

stdenv.mkDerivation (finalAttrs: {
version = "1.9.5";
version = "1.9.6";
pname = "antidote";

src = fetchFromGitHub {
owner = "mattmc3";
repo = "antidote";
rev = "v${finalAttrs.version}";
hash = "sha256-eS2sf+N50N+oyk8wCp71hYF7WDagFBlTcAB/sFdhw9U=";
hash = "sha256-8kNMCo/DwZvBwqh/434GqK7z4KXgkwZH9SazLbH8SfM=";
};

dontPatch = true;
Expand Down

0 comments on commit 3ba9038

Please sign in to comment.