zsh-you-should-use: 1.7.4 -> 1.8.0

This commit is contained in:
R. Ryantm 2024-06-13 04:35:03 +00:00
parent 0e3a6393a0
commit 55023c9bdf

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;