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

zsh-abbr: 5.8.0 -> 5.8.2
This commit is contained in:
tomberek
2024-08-04 14:46:02 -04:00
committed by GitHub
+2 -2
View File
@@ -5,13 +5,13 @@
}:
stdenv.mkDerivation rec {
pname = "zsh-abbr";
version = "5.8.0";
version = "5.8.2";
src = fetchFromGitHub {
owner = "olets";
repo = "zsh-abbr";
rev = "v${version}";
hash = "sha256-bsacP1f1daSYfgMvXduWQ64JJXnrFiLYURENKSMA9LM=";
hash = "sha256-K3LOTnTS8XD6RsPi0c3VqYbO3Ep99iaA4BXRcKK2dgE=";
};
strictDeps = true;