Skip to content

Commit 4ae9696

Browse files
gst_all_1.gst-plugins-good: 1.22.6 -> 1.22.7
1 parent 3b8197a commit 4ae9696

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/libraries/gstreamer/good/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ assert raspiCameraSupport -> (stdenv.isLinux && stdenv.isAarch32);
5353

5454
stdenv.mkDerivation rec {
5555
pname = "gst-plugins-good";
56-
version = "1.22.6";
56+
version = "1.22.7";
5757

5858
outputs = [ "out" "dev" ];
5959

6060
src = fetchurl {
6161
url = "https://gstreamer.freedesktop.org/src/${pname}/${pname}-${version}.tar.xz";
62-
hash = "sha256-s7B/4/HOf+k6qb5yF4ZgRFSPNcSneSKA7sfhCKMvmBc=";
62+
hash = "sha256-ttsOGOOYtSZlt83OMBw0qHUEg9X0+6we3p+AsDdDzRU=";
6363
};
6464

6565
strictDeps = true;

0 commit comments

Comments
 (0)