We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76731d0 commit 50a66f5Copy full SHA for 50a66f5
dev/flake.nix
@@ -246,8 +246,8 @@
246
};
247
248
wpPluginCheck = fetchurl {
249
- url = "https://downloads.wordpress.org/plugin/plugin-check.1.6.0.zip";
250
- hash = "sha256-dOD1BORx3wG6NTTl+e+vvGF57F23a7OO4YYv6/slMPY=";
+ url = "https://downloads.wordpress.org/plugin/plugin-check.1.7.0.zip";
+ hash = "sha256-6yh3an2AZxyR6ytO0UPMVhISyAHOx4nySACDhU162So=";
251
252
wpInstaller =
253
dbHost: dbUser: dataDir:
0 commit comments