summary refs log tree commit diff
diff options
context:
space:
mode:
authorLily Foster <lily@lily.flowers>2023-07-27 06:57:09 -0400
committerLily Foster <lily@lily.flowers>2023-07-27 07:14:37 -0400
commit072efc09d725adb0df178ca173bc6c30a690c2a9 (patch)
tree4a4e87c6820d07c13cc33f4256949be1a62b7138
parent7f81aee4334f59fbb70ae619468b73358b2d3330 (diff)
downloadnixpkgs-072efc09d725adb0df178ca173bc6c30a690c2a9.tar
nixpkgs-072efc09d725adb0df178ca173bc6c30a690c2a9.tar.gz
nixpkgs-072efc09d725adb0df178ca173bc6c30a690c2a9.tar.bz2
nixpkgs-072efc09d725adb0df178ca173bc6c30a690c2a9.tar.lz
nixpkgs-072efc09d725adb0df178ca173bc6c30a690c2a9.tar.xz
nixpkgs-072efc09d725adb0df178ca173bc6c30a690c2a9.tar.zst
nixpkgs-072efc09d725adb0df178ca173bc6c30a690c2a9.zip
gst_all_1.gst-plugins-base: 1.22.4 -> 1.22.5
-rw-r--r--pkgs/development/libraries/gstreamer/base/default.nix4
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 1b8d569f56a..8ce2caa4426 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.4";
+  version = "1.22.5";
 
   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-KSQk6C3qFwUoxCtFb2KolTK8q8BQjxkuNGcvuG9o5bg=";
+    hash = "sha256-7dQzi0XCapryjA01qrlkoCTDiEum9SDYQo3wQhLIyTo=";
   };
 
   strictDeps = true;