lol

libjxl: 0.9.1 -> 0.10.2

authored by

R. Ryantm and committed by
Maxine Aubrey
a770f545 b251c56c

+2 -2
+2 -2
pkgs/development/libraries/libjxl/default.nix
··· 26 26 27 27 stdenv.mkDerivation rec { 28 28 pname = "libjxl"; 29 - version = "0.9.1"; 29 + version = "0.10.2"; 30 30 31 31 outputs = [ "out" "dev" ]; 32 32 ··· 34 34 owner = "libjxl"; 35 35 repo = "libjxl"; 36 36 rev = "v${version}"; 37 - hash = "sha256-n5KNbbw6NQRROEM7Cojla/igRCFNawUq7nfhzJlMlPI="; 37 + hash = "sha256-Ip/5fbzt6OfIrHJajnxEe14ppvX1hJ1FSJUBEE/h5YQ="; 38 38 # There are various submodules in `third_party/`. 39 39 fetchSubmodules = true; 40 40 };