libjpeg8: 3.1.1 -> 3.1.2

This commit is contained in:
R. Ryantm
2025-09-03 20:12:38 +00:00
parent 33d95fc710
commit d5e8da50f7
+2 -2
View File
@@ -32,13 +32,13 @@ assert !(enableJpeg7 && enableJpeg8); # pick only one or none, not both
stdenv.mkDerivation (finalAttrs: {
pname = "libjpeg-turbo";
version = "3.1.1";
version = "3.1.2";
src = fetchFromGitHub {
owner = "libjpeg-turbo";
repo = "libjpeg-turbo";
tag = finalAttrs.version;
hash = "sha256-yGCMtAa0IjyeSBv3HxCQfYDSbNSbscj3choU6D2dlp8=";
hash = "sha256-tmeWLJxieV42f9ljSpKJoLER4QOYQLsLFC7jW54YZAk=";
};
patches =