zsh-wd: 0.7.1 -> 0.8.0 (#341045)

This commit is contained in:
Weijia Wang 2024-09-11 02:21:20 +02:00 committed by GitHub
commit 8606f3d51c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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