zsh-wd: 0.7.0 -> 0.7.1

This commit is contained in:
R. Ryantm 2024-06-13 15:53:43 +00:00
parent c9b3406603
commit d082259a26

View File

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "wd";
version = "0.7.0";
version = "0.7.1";
src = fetchFromGitHub {
owner = "mfaerevaag";
repo = "wd";
rev = "v${version}";
sha256 = "sha256-u3n+JzInv8VajWAFXECuEOWuQurX8iWklwV2LG4Tj24=";
sha256 = "sha256-Zc49X/8T66xnDkfotf0p6AVyHHd4P3eNDMOsO1sUryY=";
};
nativeBuildInputs = [ installShellFiles ];