about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMaxine Aubrey <max@ine.dev>2024-04-10 23:27:25 +0200
committerMaxine Aubrey <max@ine.dev>2024-04-22 21:11:29 +0200
commit960a752ad82b1df6f1ab702bcca57e3ee6f19179 (patch)
tree1d1ae0b4c6c1fc909242cb508498816650e087e5 /pkgs
parentcd5582a00609a2b8d96c0aba6b74d6e2873e3b72 (diff)
gst_all_1.gst-plugins-ugly: 1.24.1 → 1.24.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/gstreamer/ugly/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/gstreamer/ugly/default.nix b/pkgs/development/libraries/gstreamer/ugly/default.nix
index 55593097a0f98..52643f57903a0 100644
--- a/pkgs/development/libraries/gstreamer/ugly/default.nix
+++ b/pkgs/development/libraries/gstreamer/ugly/default.nix
@@ -26,13 +26,13 @@
 
 stdenv.mkDerivation rec {
   pname = "gst-plugins-ugly";
-  version = "1.24.1";
+  version = "1.24.2";
 
   outputs = [ "out" "dev" ];
 
   src = fetchurl {
     url = "https://gstreamer.freedesktop.org/src/${pname}/${pname}-${version}.tar.xz";
-    hash = "sha256-ZGLTbOZLdCA6izAsEJ52Kx3UBKYjXf7DxCVRBre4aXY=";
+    hash = "sha256-RdqYvxBAyUcv1Z9icSgt4lo3IauFt4qq+BBJSVUPvvU=";
   };
 
   nativeBuildInputs = [