lol

gst_all_1.gst-plugins-good: 1.22.5 -> 1.22.6

+3 -13
+3 -13
pkgs/development/libraries/gstreamer/good/default.nix
··· 52 52 53 53 stdenv.mkDerivation rec { 54 54 pname = "gst-plugins-good"; 55 - version = "1.22.5"; 55 + version = "1.22.6"; 56 56 57 57 outputs = [ "out" "dev" ]; 58 58 59 59 src = fetchurl { 60 60 url = "https://gstreamer.freedesktop.org/src/${pname}/${pname}-${version}.tar.xz"; 61 - hash = "sha256-tnsxMTpUxpKbgpadQdPP3y9Y21c/tfSR5rul2ErqB3g="; 61 + hash = "sha256-s7B/4/HOf+k6qb5yF4ZgRFSPNcSneSKA7sfhCKMvmBc="; 62 62 }; 63 - 64 - # TODO: Patch is conditional to spare rebuilds during the current staging-next cycle and should be removed during the next bump 65 - patches = lib.optionals qt5Support [ 66 - # Needed until https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5083 is merged and released 67 - (fetchpatch { 68 - name = "gst-plugins-good-fix-qt5-without-viv-fb.patch"; 69 - url = "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/commit/03d8ef0b7c6e70eb936de0514831c1aafc763dcf.diff"; 70 - hash = "sha256-17XU/W/TMPg5669O1EBXByAN/VwFu/0idTg5ze3M/D4="; 71 - stripLen = 2; 72 - }) 73 - ]; 74 63 75 64 strictDeps = true; 76 65 ··· 90 79 hotdoc 91 80 ] ++ lib.optionals qt5Support (with qt5; [ 92 81 qtbase 82 + qttools 93 83 ]) ++ lib.optionals qt6Support (with qt6; [ 94 84 qtbase 95 85 qttools