summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorNixpkgs Monitor <none@none>2014-02-17 10:37:42 +0800
committerSong Wenwu <iyzsong@gmail.com>2014-02-17 10:40:43 +0800
commita96f3e2e8d07e5ff9c839aea96db85f5c29fcd61 (patch)
tree0cbbd04003afb222eee75f34d3fe1d40d68339d6 /pkgs/development
parent396b9d760fc5b1332d8a1af9d218ed2dfa51cf49 (diff)
downloadnixpkgs-a96f3e2e8d07e5ff9c839aea96db85f5c29fcd61.tar
nixpkgs-a96f3e2e8d07e5ff9c839aea96db85f5c29fcd61.tar.gz
nixpkgs-a96f3e2e8d07e5ff9c839aea96db85f5c29fcd61.tar.bz2
nixpkgs-a96f3e2e8d07e5ff9c839aea96db85f5c29fcd61.tar.lz
nixpkgs-a96f3e2e8d07e5ff9c839aea96db85f5c29fcd61.tar.xz
nixpkgs-a96f3e2e8d07e5ff9c839aea96db85f5c29fcd61.tar.zst
nixpkgs-a96f3e2e8d07e5ff9c839aea96db85f5c29fcd61.zip
gst-plugins-bad: update from 1.2.2 to 1.2.3
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/gstreamer/bad/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/gstreamer/bad/default.nix b/pkgs/development/libraries/gstreamer/bad/default.nix
index 81207155625..a9137ad46a7 100644
--- a/pkgs/development/libraries/gstreamer/bad/default.nix
+++ b/pkgs/development/libraries/gstreamer/bad/default.nix
@@ -7,7 +7,7 @@
 }:
 
 stdenv.mkDerivation rec {
-  name = "gst-plugins-bad-1.2.2";
+  name = "gst-plugins-bad-1.2.3";
 
   meta = {
     homepage = "http://gstreamer.freedesktop.org";
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "${meta.homepage}/src/gst-plugins-bad/${name}.tar.xz";
-    sha256 = "63e78db11b482d0529a0bde01e2ac23fd32c7cb99a5508b53ee4ca1051871b2c";
+    sha256 = "1317hik9fdmy300p7c2y3aw43y6v9dr8f1906zm7s876m48pjpar";
   };
 
   nativeBuildInputs = [ pkgconfig python ];