We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5296ce commit 6d02783Copy full SHA for 6d02783
1 file changed
dev/flake.nix
@@ -187,8 +187,8 @@
187
};
188
189
wpPluginCheck = fetchurl {
190
- url = "https://downloads.wordpress.org/plugin/plugin-check.1.7.0.zip";
191
- hash = "sha256-6yh3an2AZxyR6ytO0UPMVhISyAHOx4nySACDhU162So=";
+ url = "https://downloads.wordpress.org/plugin/plugin-check.1.8.0.zip";
+ hash = "sha256-RUIscSpXHLYZG8Ps3UhlHszaBWW1VnwJRHxV4tbcrYg=";
192
193
wpInstaller =
194
dbHost: dbUser: dataDir:
0 commit comments