Skip to content

Commit

Permalink
libjxl: 0.9.1 -> 0.10.2
Browse files Browse the repository at this point in the history
(cherry picked from commit a770f54)
  • Loading branch information
r-ryantm authored and risicle committed Apr 20, 2024
1 parent 46896c6 commit 363e57c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/development/libraries/libjxl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,16 @@ in

stdenv.mkDerivation rec {
pname = "libjxl";
version = "0.9.1";
version = "0.10.2";
# spurious comment

outputs = [ "out" "dev" ];

src = fetchFromGitHub {
owner = "libjxl";
repo = "libjxl";
rev = "v${version}";
hash = "sha256-n5KNbbw6NQRROEM7Cojla/igRCFNawUq7nfhzJlMlPI=";
hash = "sha256-Ip/5fbzt6OfIrHJajnxEe14ppvX1hJ1FSJUBEE/h5YQ=";
# There are various submodules in `third_party/`.
fetchSubmodules = true;
};
Expand Down

0 comments on commit 363e57c

Please sign in to comment.