jpegli: 0-unstable-2025-02-11 -> 0-unstable-2026-03-20 (#502446)

This commit is contained in:
nixpkgs-ci[bot]
2026-03-23 17:03:43 +00:00
committed by GitHub
+3 -3
View File
@@ -19,13 +19,13 @@
}:
stdenv.mkDerivation {
pname = "jpegli";
version = "0-unstable-2025-02-11";
version = "0-unstable-2026-03-20";
src = fetchFromGitHub {
owner = "google";
repo = "jpegli";
rev = "bc19ca2393f79bfe0a4a9518f77e4ad33ce1ab7a";
hash = "sha256-8th+QHLOoAIbSJwFyaBxUXoCXwj7K7rgg/cCK7LgOb0=";
rev = "a069db9215c9aab9f3a685d012b55f1c3a85c164";
hash = "sha256-YTp69ycZLdZPMZlCsqbmBcao+SX4RW+mY5lOvbogPHA=";
fetchSubmodules = true;
};