libavif: 1.4.1 -> 1.4.2 (#525340)

This commit is contained in:
dotlambda 2026-06-01 19:41:46 +00:00 committed by GitHub
commit 46cc485e7e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,7 +31,7 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "libavif";
version = "1.4.1";
version = "1.4.2";
outputs = [
"out"
@ -42,7 +42,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "AOMediaCodec";
repo = "libavif";
rev = "v${finalAttrs.version}";
hash = "sha256-035SoxHfN121mp3LGwGykReCi1WJbl2/nZH8c/VwABU=";
hash = "sha256-AMQ1TRPGpuBBW7tJ8xuLEVTAeOsLWTHuE0dFJjI7+W4=";
};
postPatch = ''