We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f4df97 commit 331e237Copy full SHA for 331e237
1 file changed
pkgs/development/libraries/libplacebo/default.nix
@@ -15,24 +15,16 @@
15
16
stdenv.mkDerivation rec {
17
pname = "libplacebo";
18
- version = "2.72.0";
+ version = "2.72.2";
19
20
src = fetchFromGitLab {
21
domain = "code.videolan.org";
22
owner = "videolan";
23
repo = pname;
24
rev = "v${version}";
25
- sha256 = "1yhf9xyxdawbihsx89dpjlac800wrmpwx63rphad2nj225y9q40f";
+ sha256 = "1ijqpx1pagc6qg63ynqrinvckwc8aaw1i0lx48gg5szwk8afib4i";
26
};
27
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
-
36
nativeBuildInputs = [
37
meson
38
ninja
0 commit comments