File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 22
22
composer = lib . getAttr phpVersion composerPackages ;
23
23
php = lib . getAttr phpVersion phpPackages ;
24
24
wordpress = ( pkgs . wordpress . overrideAttrs ( oldAttrs : rec {
25
- version = getEnv "WORDPRESS_VERSION" "5.9.2 " ;
25
+ version = getEnv "WORDPRESS_VERSION" "6.0.1 " ;
26
26
src = fetchurl {
27
27
url = "https://wordpress.org/wordpress-${ version } .tar.gz" ;
28
- sha256 = getEnv "WORDPRESS_SHA256" "12wzqrh21sh6pgvs0ayabcv66psq9a8cfz3qk43r5kjn5bfz4rbp " ;
28
+ sha256 = getEnv "WORDPRESS_SHA256" "f678596804aa89d7cdc9280862938464eab25aeaebfefa91ae175e15aa3ef054 " ;
29
29
} ;
30
30
} )
31
31
) ;
Original file line number Diff line number Diff line change 1
1
{:paths [" clj" " test" ]
2
- :deps {org.clojure/clojure {:mvn/version " 1.10.3 " }
2
+ :deps {org.clojure/clojure {:mvn/version " 1.11.1 " }
3
3
org.clojure/tools.logging {:mvn/version " 1.2.4" }
4
4
com.cognitect/test-runner {:git/url " https://github.com/cognitect-labs/test-runner.git"
5
- :sha " cc75980b43011773162b485f46f939dc5fba91e4 " }
6
- com.github.seancorfield/honeysql {:mvn/version " 2.2.868 " }
7
- com.github.seancorfield/next.jdbc {:mvn/version " 1.2.772 " }
5
+ :sha " a85b3b02765fb68684ab9ee4a8598eacf7e471d2 " }
6
+ com.github.seancorfield/honeysql {:mvn/version " 2.3.911 " }
7
+ com.github.seancorfield/next.jdbc {:mvn/version " 1.2.796 " }
8
8
com.stuartsierra/component {:mvn/version " 1.1.0" }
9
9
commons-codec/commons-codec {:mvn/version " 1.15" }
10
- etaoin/etaoin {:mvn/version " 0.4.6 " }
10
+ etaoin/etaoin {:mvn/version " 1.0.38 " }
11
11
hashp/hashp {:mvn/version " 0.2.1" }
12
- org.mariadb.jdbc/mariadb-java-client {:mvn/version " 3.0.3 " }
12
+ org.mariadb.jdbc/mariadb-java-client {:mvn/version " 3.0.7 " }
13
13
popen/popen {:mvn/version " 0.3.1" }}
14
14
:aliases {:dev-server {:main-opts [" -m" " wp2static-test.main" ]}
15
15
:test {:exec-fn wp2static-test.test/test}}}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ cd "$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")"
6
6
7
7
for PHP_VERSION in " 7.4" " 8.0" " 8.1" ; do
8
8
# shellcheck disable=SC2043
9
- for WP in " 5.9.2=12wzqrh21sh6pgvs0ayabcv66psq9a8cfz3qk43r5kjn5bfz4rbp " ; do
9
+ for WP in " 6.0.1=f678596804aa89d7cdc9280862938464eab25aeaebfefa91ae175e15aa3ef054 " ; do
10
10
WORDPRESS_VERSION=" ${WP% =* } "
11
11
WORDPRESS_SHA256=" ${WP#* =} "
12
12
echo " PHP Version $PHP_VERSION , Wordpress Version $WORDPRESS_VERSION "
You can’t perform that action at this time.
0 commit comments