Unverified Commit d899006c authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

jpegli: 0-unstable-2026-04-13 -> 0-unstable-2026-04-30 (#516465)

parents 245acd12 e0121135
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -19,13 +19,13 @@
}:
stdenv.mkDerivation {
  pname = "jpegli";
  version = "0-unstable-2026-04-13";
  version = "0-unstable-2026-04-30";

  src = fetchFromGitHub {
    owner = "google";
    repo = "jpegli";
    rev = "0b846bb0e309b70cf56f64986c4d711c39bfcb49";
    hash = "sha256-TFf2DYOGpHnmVRl+vXLP+W0agIQ8SNsV63ryvqV/SdI=";
    rev = "7a57896e68a8ab861ded9857b2d3a402868d3d9e";
    hash = "sha256-lnmLS4ueQhPLUfIY0G+FhqsHpn9aFDDtHVQg6+TIkbQ=";
    fetchSubmodules = true;
  };