Skip to content

Commit 331e237

Browse files
committed
libplacebo: 2.72.0 -> 2.72.2
1 parent 8f4df97 commit 331e237

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

pkgs/development/libraries/libplacebo/default.nix

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,16 @@
1515

1616
stdenv.mkDerivation rec {
1717
pname = "libplacebo";
18-
version = "2.72.0";
18+
version = "2.72.2";
1919

2020
src = fetchFromGitLab {
2121
domain = "code.videolan.org";
2222
owner = "videolan";
2323
repo = pname;
2424
rev = "v${version}";
25-
sha256 = "1yhf9xyxdawbihsx89dpjlac800wrmpwx63rphad2nj225y9q40f";
25+
sha256 = "1ijqpx1pagc6qg63ynqrinvckwc8aaw1i0lx48gg5szwk8afib4i";
2626
};
2727

28-
patches = [
29-
# to work with latest glslang, remove on release >2.72.0
30-
(fetchpatch {
31-
url = "https://code.videolan.org/videolan/libplacebo/-/commit/523056828ab86c2f17ea65f432424d48b6fdd389.patch";
32-
sha256 = "051vhd0l3yad1fzn5zayi08kqs9an9j8p7m63kgqyfv1ksnydpcs";
33-
})
34-
];
35-
3628
nativeBuildInputs = [
3729
meson
3830
ninja

0 commit comments

Comments
 (0)