libjxl: 0.8.1 -> 0.8.2

This commit is contained in:
zzzsyyy 2023-06-15 19:38:06 +08:00
parent 683f2f5ba2
commit 352629f949
No known key found for this signature in database
GPG key ID: 3F2409FFE586FB7F

View file

@ -21,7 +21,7 @@
stdenv.mkDerivation rec {
pname = "libjxl";
version = "0.8.1";
version = "0.8.2";
outputs = [ "out" "dev" ];
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
owner = "libjxl";
repo = "libjxl";
rev = "v${version}";
hash = "sha256-WWuvUTMrlR6ePbEs01ulLnuMiUqGrh4qELWFh0QMaGU=";
hash = "sha256-I3PGgh0XqRkCFz7lUZ3Q4eU0+0GwaQcVb6t4Pru1kKo=";
# There are various submodules in `third_party/`.
fetchSubmodules = true;
};