aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/gstreamer/ugly
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2017-09-16 21:28:31 +0200
committerJan Tojnar <jtojnar@gmail.com>2017-11-05 17:02:30 +0100
commit716af52fe12a666f66b48f9b537162325dddb83d (patch)
treef2cfad47c9d1105410bae4130a254bc86b2f70e8 /pkgs/development/libraries/gstreamer/ugly
parentfaac8b301c9ba0db32f12c895e3b143deaccc938 (diff)
gstreamer: 1.10.4 → 1.12.2
Diffstat (limited to 'pkgs/development/libraries/gstreamer/ugly')
-rw-r--r--pkgs/development/libraries/gstreamer/ugly/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/gstreamer/ugly/default.nix b/pkgs/development/libraries/gstreamer/ugly/default.nix
index bd034ac13a15..610f10075a8d 100644
--- a/pkgs/development/libraries/gstreamer/ugly/default.nix
+++ b/pkgs/development/libraries/gstreamer/ugly/default.nix
@@ -5,11 +5,11 @@
}:
stdenv.mkDerivation rec {
- name = "gst-plugins-ugly-1.10.4";
+ name = "gst-plugins-ugly-1.12.2";
meta = with stdenv.lib; {
description = "Gstreamer Ugly Plugins";
- homepage = "http://gstreamer.freedesktop.org";
+ homepage = "https://gstreamer.freedesktop.org";
longDescription = ''
a set of plug-ins that have good quality and correct functionality,
but distributing them might pose problems. The license on either
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "${meta.homepage}/src/gst-plugins-ugly/${name}.tar.xz";
- sha256 = "0ngsiwcsz3jd08id4mc0qiy2q1n7h2kkvdnh3r1vm725m1ycg1k3";
+ sha256 = "0rplyp1qk359c97ig9i2vc1v34g92khd8dslwfipva1ypwmr9hqw";
};
outputs = [ "out" "dev" ];