libde265: 1.0.4 -> 1.0.5 (#77881)

libde265: 1.0.4 -> 1.0.5
This commit is contained in:
Gabriel Ebner 2020-01-17 11:33:19 -05:00 committed by GitHub
commit 3ca5fedbd6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, autoreconfHook, pkgconfig }:
stdenv.mkDerivation rec {
version = "1.0.4";
version = "1.0.5";
pname = "libde265";
src = fetchFromGitHub {
owner = "strukturag";
repo = "libde265";
rev = "v${version}";
sha256 = "0svxrhh1pv7xpj75svz0iw1sq5i6z2grj7sc3q11hl63666hzh7d";
sha256 = "1qisj8ryzbknam3hk81rq70fsd9mcpxm898bqygvbsmbwyvmz3pg";
};
nativeBuildInputs = [ autoreconfHook pkgconfig ];