Merge pull request #319478 from r-ryantm/auto-update/zsh-you-should-use

zsh-you-should-use: 1.7.4 -> 1.8.0
This commit is contained in:
Nick Cao 2024-06-13 13:52:29 -04:00 committed by GitHub
commit 838cafb59b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "zsh-you-should-use";
version = "1.7.4";
version = "1.8.0";
src = fetchFromGitHub {
owner = "MichaelAquilina";
repo = pname;
rev = version;
sha256 = "sha256-Jl3wZa/WIA+GtkUiCn0vKfd6N/GitOavwZ+uqfmzdps=";
sha256 = "sha256-fJX748lwVP1+GF/aIl1J3c6XAy/AtYCpEHsP8weUNo0=";
};
strictDeps = true;