libjxl: 0.10.2 -> 0.10.3

This commit is contained in:
R. Ryantm
2024-06-27 14:08:49 +00:00
parent db4c8df48c
commit cd0000cc68
@@ -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;
};