Skip to content

Commit 3b8197a

Browse files
gst_all_1.gst-plugins-base: 1.22.6 -> 1.22.7
1 parent b3d32f5 commit 3b8197a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@
4545

4646
stdenv.mkDerivation (finalAttrs: {
4747
pname = "gst-plugins-base";
48-
version = "1.22.6";
48+
version = "1.22.7";
4949

5050
outputs = [ "out" "dev" ];
5151

5252
src = let
5353
inherit (finalAttrs) pname version;
5454
in fetchurl {
5555
url = "https://gstreamer.freedesktop.org/src/${pname}/${pname}-${version}.tar.xz";
56-
hash = "sha256-UPK00XwC7v5DC776jFzRNLG+eKU8D2DpURNtls9J/Us=";
56+
hash = "sha256-YlGeDY+Wnr9iqaeZby0j792jMCF6Y19KMsC/HHFXdGg=";
5757
};
5858

5959
strictDeps = true;

0 commit comments

Comments
 (0)