Merge pull request #319600 from r-ryantm/auto-update/zsh-wd

zsh-wd: 0.7.0 -> 0.7.1
This commit is contained in:
Weijia Wang
2024-06-14 23:20:09 +02:00
committed by GitHub
+2 -2
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 ];