Unverified Commit e71e460a authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

zsh-abbr: 5.8.2 -> 5.8.3 (#347401)

parents 6a38dfca 45805b62
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.8.2";
  version = "5.8.3";

  src = fetchFromGitHub {
    owner = "olets";
    repo = "zsh-abbr";
    rev = "v${version}";
    hash = "sha256-K3LOTnTS8XD6RsPi0c3VqYbO3Ep99iaA4BXRcKK2dgE=";
    hash = "sha256-Kl98S1S4Ds9TF3H1YOjwds38da++/5rpgO/oAfKwRrc=";
  };

  strictDeps = true;