libde265: 1.1.0 -> 1.1.1

Diff: https://github.com/strukturag/libde265/compare/v1.1.0...v1.1.1

Changelog: https://github.com/strukturag/libde265/releases/tag/v1.1.1
(cherry picked from commit 80edf6a630)
(cherry picked from commit 1706cb9fb1)
This commit is contained in:
Robert Schütz 2026-06-07 09:25:39 -07:00 committed by Vladimír Čunát
commit b036a47ec7
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -15,14 +15,14 @@
}:
stdenv.mkDerivation (finalAttrs: {
version = "1.1.0";
version = "1.1.1";
pname = "libde265";
src = fetchFromGitHub {
owner = "strukturag";
repo = "libde265";
tag = "v${finalAttrs.version}";
hash = "sha256-QhBi23HttVdIJCueSeKj3ZKwqX1iFcuAX7GmnMRCyN8=";
hash = "sha256-ZHfPC86oylqt2bwWMJRWVjdMEEmX6UOKR7XkR0HPyok=";
};
nativeBuildInputs = [