aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/gstreamer/ugly
diff options
context:
space:
mode:
authorBen Wolsieffer <benwolsieffer@gmail.com>2018-10-16 21:41:06 -0400
committerBen Wolsieffer <benwolsieffer@gmail.com>2018-10-16 21:44:00 -0400
commitd85c5797e499c25a90764fc94dbf47b47f1bbaaf (patch)
treebfbf3aa38868654926ab6600d23c431de3521706 /pkgs/development/libraries/gstreamer/ugly
parent171259dce3460b91354f38158c652105f2884918 (diff)
gst_all_1.gst-plugins-ugly: 1.14.2 -> 1.14.4
Diffstat (limited to 'pkgs/development/libraries/gstreamer/ugly')
-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 b5256bf4b4c7..6bc2ea8af896 100644
--- a/pkgs/development/libraries/gstreamer/ugly/default.nix
+++ b/pkgs/development/libraries/gstreamer/ugly/default.nix
@@ -7,7 +7,7 @@
stdenv.mkDerivation rec {
name = "gst-plugins-ugly-${version}";
- version = "1.14.2";
+ version = "1.14.4";
meta = with lib; {
description = "Gstreamer Ugly Plugins";
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "${meta.homepage}/src/gst-plugins-ugly/${name}.tar.xz";
- sha256 = "0s9xrz8knfv06fj1nbv3iq4xj7dj4cnzj3xvgb7zs89rv7crgq2m";
+ sha256 = "08vd1xgwmapnviah47zv5h2r02qdd20y4f07rvv5zhv6y4vxh0mc";
};
outputs = [ "out" "dev" ];