Unverified Commit a73200b2 authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

Merge pull request #312351 from r-ryantm/auto-update/zsh-abbr

zsh-abbr: 5.4.1 -> 5.6.0
parents ae160268 3426ed3c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@
}:
stdenv.mkDerivation rec {
  pname = "zsh-abbr";
  version = "5.4.1";
  version = "5.6.0";

  src = fetchFromGitHub {
    owner = "olets";
    repo = "zsh-abbr";
    rev = "v${version}";
    hash = "sha256-gEBGMVR1lMVKNPVuPjtdPkgOXI1MWO0EAtk7JRmS0Ok=";
    hash = "sha256-FcT1gk11a3nluP0sFMa5LoF7oT/MO4B1GdqdTdFxsLQ=";
  };

  strictDeps = true;