Merge pull request #322914 from r-ryantm/auto-update/libjxl

libjxl: 0.10.2 -> 0.10.3
This commit is contained in:
Weijia Wang 2024-07-07 16:56:00 +02:00 committed by GitHub
commit 7c2bc08ef1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,7 +27,7 @@ in
stdenv.mkDerivation rec {
pname = "libjxl";
version = "0.10.2";
version = "0.10.3";
outputs = [ "out" "dev" ];
@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
owner = "libjxl";
repo = "libjxl";
rev = "v${version}";
hash = "sha256-Ip/5fbzt6OfIrHJajnxEe14ppvX1hJ1FSJUBEE/h5YQ=";
hash = "sha256-zk/fI1C26K5WC9QBfzS6MqPT9PiR4wmWURjOOIiNsg4=";
# There are various submodules in `third_party/`.
fetchSubmodules = true;
};