Skip to content

Commit

Permalink
python312Packages.pyturbojpeg: 1.7.6 -> 1.7.7 (NixOS#342680)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda authored Sep 18, 2024
2 parents c5f8679 + 4d97a24 commit ecb624f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/pyturbojpeg/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@

buildPythonPackage rec {
pname = "pyturbojpeg";
version = "1.7.6";
version = "1.7.7";
pyproject = true;

src = fetchFromGitHub {
owner = "lilohuang";
repo = "PyTurboJPEG";
rev = "refs/tags/v${version}";
hash = "sha256-dRogPQcDKRgHDiP7fA8uRCV65cUheuF4ZQfKSd+TKd4=";
hash = "sha256-JPjGZGVMZH6sDNRdV6kWsCpEjLT2aMrTy+bI4mRbdpw=";
};

patches = [
(substituteAll {
src = ./lib-path.patch;
libturbojpeg = "${libjpeg_turbo.out}/lib/libturbojpeg${stdenv.hostPlatform.extensions.sharedLibrary}";
libturbojpeg = "${lib.getLib libjpeg_turbo}/lib/libturbojpeg${stdenv.hostPlatform.extensions.sharedLibrary}";
})
];

Expand Down

0 comments on commit ecb624f

Please sign in to comment.