We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c22baa commit 809778fCopy full SHA for 809778f
dev/flake.nix
@@ -206,8 +206,8 @@
206
};
207
208
wpPluginCheck = fetchurl {
209
- url = "https://downloads.wordpress.org/plugin/plugin-check.1.7.0.zip";
210
- hash = "sha256-6yh3an2AZxyR6ytO0UPMVhISyAHOx4nySACDhU162So=";
+ url = "https://downloads.wordpress.org/plugin/plugin-check.1.8.0.zip";
+ hash = "sha256-RUIscSpXHLYZG8Ps3UhlHszaBWW1VnwJRHxV4tbcrYg=";
211
212
wpInstaller =
213
dbHost: dbUser: dataDir:
0 commit comments