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 1706cb9fb147f760580d6cb50bd77da6e5abef63)
This commit is contained in:
committed by
Vladimír Čunát
parent
cd50997cec
commit
b036a47ec7
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user