summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorBastian Köcher <git@kchr.de>2018-08-30 13:30:00 +0200
committerBastian Köcher <git@kchr.de>2018-08-30 13:30:00 +0200
commit03c7e30aee9204b065fd98abb806ac8a1da8b6fb (patch)
tree7bcb419bc418958b6798f166da1791b41f22de96 /pkgs/development
parenteffef4f3ecfdb60f340091fd7091d99820e77d1b (diff)
downloadnixlib-03c7e30aee9204b065fd98abb806ac8a1da8b6fb.tar
nixlib-03c7e30aee9204b065fd98abb806ac8a1da8b6fb.tar.gz
nixlib-03c7e30aee9204b065fd98abb806ac8a1da8b6fb.tar.bz2
nixlib-03c7e30aee9204b065fd98abb806ac8a1da8b6fb.tar.lz
nixlib-03c7e30aee9204b065fd98abb806ac8a1da8b6fb.tar.xz
nixlib-03c7e30aee9204b065fd98abb806ac8a1da8b6fb.tar.zst
nixlib-03c7e30aee9204b065fd98abb806ac8a1da8b6fb.zip
gst_all_1.gst-plugins-bad: 1.14.0 -> 1.14.2
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/gstreamer/bad/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/libraries/gstreamer/bad/default.nix b/pkgs/development/libraries/gstreamer/bad/default.nix
index 96e02c605f54..3f030b7469e1 100644
--- a/pkgs/development/libraries/gstreamer/bad/default.nix
+++ b/pkgs/development/libraries/gstreamer/bad/default.nix
@@ -17,7 +17,8 @@ let
   inherit (stdenv.lib) optional;
 in
 stdenv.mkDerivation rec {
-  name = "gst-plugins-bad-1.14.0";
+  name = "gst-plugins-bad-${version}";
+  version = "1.14.2";
 
   meta = with stdenv.lib; {
     description = "Gstreamer Bad Plugins";
@@ -53,7 +54,7 @@ stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "${meta.homepage}/src/gst-plugins-bad/${name}.tar.xz";
-    sha256 = "17sgzgx1c54k5rzz7ljyz3is0n7yj56k74vv05h8z1gjnsnjnppd";
+    sha256 = "1bqy3dn7q4kdkd4lqznyly8fv854d0hhncv88jk6ai4rf3dbgyil";
   };
 
   outputs = [ "out" "dev" ];