diff options
| author | Lily Foster <lily@lily.flowers> | 2023-11-25 09:11:45 -0500 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-11-26 05:20:37 +0000 |
| commit | 8144ac38dc9dcbc0ecafe3c32772702c70f2b4d6 (patch) | |
| tree | 23d2f3993238222da2d88184c1f783ddf0454c93 | |
| parent | gst_all_1.gstreamer: 1.22.6 -> 1.22.7 (diff) | |
| download | nixpkgs-8144ac38dc9dcbc0ecafe3c32772702c70f2b4d6.tar.gz | |
gst_all_1.gst-plugins-base: 1.22.6 -> 1.22.7
(cherry picked from commit 3b8197a2b7e90f7dd47e44d15799fab334e5886a)
| -rw-r--r-- | pkgs/development/libraries/gstreamer/base/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/gstreamer/base/default.nix b/pkgs/development/libraries/gstreamer/base/default.nix index d9b624a59943..e87555fef57b 100644 --- a/pkgs/development/libraries/gstreamer/base/default.nix +++ b/pkgs/development/libraries/gstreamer/base/default.nix @@ -45,7 +45,7 @@ stdenv.mkDerivation (finalAttrs: { pname = "gst-plugins-base"; - version = "1.22.6"; + version = "1.22.7"; outputs = [ "out" "dev" ]; @@ -53,7 +53,7 @@ stdenv.mkDerivation (finalAttrs: { inherit (finalAttrs) pname version; in fetchurl { url = "https://gstreamer.freedesktop.org/src/${pname}/${pname}-${version}.tar.xz"; - hash = "sha256-UPK00XwC7v5DC776jFzRNLG+eKU8D2DpURNtls9J/Us="; + hash = "sha256-YlGeDY+Wnr9iqaeZby0j792jMCF6Y19KMsC/HHFXdGg="; }; strictDeps = true; |
