zsh-wd: 0.8.0 -> 0.9.0

This commit is contained in:
R. Ryantm 2024-09-23 04:11:36 +00:00
parent 122d20b8ba
commit 5f7485a989

View File

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec { stdenvNoCC.mkDerivation rec {
pname = "wd"; pname = "wd";
version = "0.8.0"; version = "0.9.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mfaerevaag"; owner = "mfaerevaag";
repo = "wd"; repo = "wd";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-rHHCnHa0/t2ij+6rExgvNt2EFBnkgs6l7oE6zL+xc58="; hash = "sha256-8gL0+SZwVCQRokcYwSljDHtSusYY79/T9hqJGgAK1EU=";
}; };
nativeBuildInputs = [ installShellFiles ]; nativeBuildInputs = [ installShellFiles ];