zsh-abbr: 5.8.2 -> 5.8.3

This commit is contained in:
R. Ryantm 2024-10-09 03:39:50 +00:00
parent 8ff900b1bf
commit 45805b62ba

View File

@ -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;