mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
dav1d: 1.0.0 -> 1.1.0
Signed-off-by: Henri Rosten <henri.rosten@unikie.com>
This commit is contained in:
parent
758a48fae4
commit
4040da1900
@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchFromGitLab
|
||||
{ lib, stdenv, fetchFromGitHub
|
||||
, meson, ninja, nasm, pkg-config
|
||||
, xxHash
|
||||
, withTools ? false # "dav1d" binary
|
||||
@ -10,14 +10,13 @@ assert useVulkan -> withExamples;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "dav1d";
|
||||
version = "1.0.0";
|
||||
version = "1.1.0";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
domain = "code.videolan.org";
|
||||
src = fetchFromGitHub {
|
||||
owner = "videolan";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "sha256-RVr7NFVxY+6MBD8NV7eMW8TEWuCgcfqpula1o1VZe0o=";
|
||||
hash = "sha256-1k6TsaXI9nwrBXTj3hncblkQuN/bvDudWDCsx4E4iwY=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ meson ninja nasm pkg-config ];
|
||||
|
Loading…
Reference in New Issue
Block a user