Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4d36ba1d4391
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 108d9ec35587
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jan 3, 2021

  1. dav1d: 0.8.0 -> 0.8.1

    primeos committed Jan 3, 2021

    Verified

    This commit was signed with the committer’s verified signature.
    primeos Michael Weiss
    Copy the full SHA
    108d9ec View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/dav1d/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/dav1d/default.nix
Original file line number Diff line number Diff line change
@@ -9,14 +9,14 @@ assert useVulkan -> withExamples;

stdenv.mkDerivation rec {
pname = "dav1d";
version = "0.8.0";
version = "0.8.1";

src = fetchFromGitLab {
domain = "code.videolan.org";
owner = "videolan";
repo = pname;
rev = version;
sha256 = "0mjn87xjdqv0q1gj4s4f6fdmsj504mhk4qmqiyrhq2rs7yqj4csv";
sha256 = "1820fpmmq1vxjzjmza6ydk4fgxipb8gmcc5skybki64qn7410v7x";
};

nativeBuildInputs = [ meson ninja nasm pkgconfig ];