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: 8f4df972e034
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 331e2376cd47
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Nov 12, 2020

  1. libplacebo: 2.72.0 -> 2.72.2

    primeos committed Nov 12, 2020
    Copy the full SHA
    331e237 View commit details
Showing with 2 additions and 10 deletions.
  1. +2 −10 pkgs/development/libraries/libplacebo/default.nix
12 changes: 2 additions & 10 deletions pkgs/development/libraries/libplacebo/default.nix
Original file line number Diff line number Diff line change
@@ -15,24 +15,16 @@

stdenv.mkDerivation rec {
pname = "libplacebo";
version = "2.72.0";
version = "2.72.2";

src = fetchFromGitLab {
domain = "code.videolan.org";
owner = "videolan";
repo = pname;
rev = "v${version}";
sha256 = "1yhf9xyxdawbihsx89dpjlac800wrmpwx63rphad2nj225y9q40f";
sha256 = "1ijqpx1pagc6qg63ynqrinvckwc8aaw1i0lx48gg5szwk8afib4i";
};

patches = [
# to work with latest glslang, remove on release >2.72.0
(fetchpatch {
url = "https://code.videolan.org/videolan/libplacebo/-/commit/523056828ab86c2f17ea65f432424d48b6fdd389.patch";
sha256 = "051vhd0l3yad1fzn5zayi08kqs9an9j8p7m63kgqyfv1ksnydpcs";
})
];

nativeBuildInputs = [
meson
ninja