Skip to content

Commit b1b3073

Browse files
committed
dav1d: 0.6.0 -> 0.7.0
1 parent 766674d commit b1b3073

1 file changed

Lines changed: 3 additions & 10 deletions

File tree

pkgs/development/libraries/dav1d/default.nix

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{ stdenv, fetchFromGitLab, fetchpatch
1+
{ stdenv, fetchFromGitLab
22
, meson, ninja, nasm, pkgconfig
33
, withTools ? false # "dav1d" binary
44
, withExamples ? false, SDL2 # "dav1dplay" binary
@@ -9,23 +9,16 @@ assert useVulkan -> withExamples;
99

1010
stdenv.mkDerivation rec {
1111
pname = "dav1d";
12-
version = "0.6.0";
12+
version = "0.7.0";
1313

1414
src = fetchFromGitLab {
1515
domain = "code.videolan.org";
1616
owner = "videolan";
1717
repo = pname;
1818
rev = version;
19-
sha256 = "1gr859xzbqrsp892v9zzzgrg8smnnzgc1jmb68qzl54a4g6jrxm0";
19+
sha256 = "0zmn4ald518vgs3cc0ga227aimr38h16mkliq5j8mg6p9dn7nx1w";
2020
};
2121

22-
patches = [
23-
(fetchpatch {
24-
url = "https://code.videolan.org/videolan/dav1d/-/commit/e04227c5f6729b460e0b8e5fb52eae2d5acd15ef.patch";
25-
sha256 = "18mpvwviqx0x9k6av98vgpjqlzcjd89g8496zsbf57bw5dadij3l";
26-
})
27-
];
28-
2922
nativeBuildInputs = [ meson ninja nasm pkgconfig ];
3023
# TODO: doxygen (currently only HTML and not build by default).
3124
buildInputs = stdenv.lib.optional withExamples SDL2

0 commit comments

Comments
 (0)