Skip to content

Commit

Permalink
Merge pull request #313484 from r-ryantm/auto-update/zsh-abbr
Browse files Browse the repository at this point in the history
zsh-abbr: 5.6.0 -> 5.7.1
  • Loading branch information
wegank authored May 22, 2024
2 parents b72dc8e + 864a40a commit 696ec1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/shells/zsh/zsh-abbr/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
}:
stdenv.mkDerivation rec {
pname = "zsh-abbr";
version = "5.6.0";
version = "5.7.1";

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

strictDeps = true;
Expand Down

0 comments on commit 696ec1e

Please sign in to comment.