summary refs log tree commit diff
path: root/pkgs/development/libraries/gstreamer
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2017-02-26 21:17:43 +0100
committerBjørn Forsman <bjorn.forsman@gmail.com>2017-02-26 21:28:41 +0100
commit392331ad58a6b5f9164ca59e3e70f3c56d476e16 (patch)
tree359466b9eeb1757e2dc2eca3b45da28b58ea4509 /pkgs/development/libraries/gstreamer
parent5670d96bbc871ebfd20cb2fa3cfa4d72e0c84717 (diff)
downloadnixlib-392331ad58a6b5f9164ca59e3e70f3c56d476e16.tar
nixlib-392331ad58a6b5f9164ca59e3e70f3c56d476e16.tar.gz
nixlib-392331ad58a6b5f9164ca59e3e70f3c56d476e16.tar.bz2
nixlib-392331ad58a6b5f9164ca59e3e70f3c56d476e16.tar.lz
nixlib-392331ad58a6b5f9164ca59e3e70f3c56d476e16.tar.xz
nixlib-392331ad58a6b5f9164ca59e3e70f3c56d476e16.tar.zst
nixlib-392331ad58a6b5f9164ca59e3e70f3c56d476e16.zip
pythonPackages.gst-python: fix source hash
Commit 5e937b173d4f6b9e90784e65c886e7e0f3798817
("gstreamer: 1.10.3 -> 1.10.4 for multiple CVEs") bumped the version but not
the hash.
Diffstat (limited to 'pkgs/development/libraries/gstreamer')
-rw-r--r--pkgs/development/libraries/gstreamer/python/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/gstreamer/python/default.nix b/pkgs/development/libraries/gstreamer/python/default.nix
index 09c11282058a..4c3cdd901276 100644
--- a/pkgs/development/libraries/gstreamer/python/default.nix
+++ b/pkgs/development/libraries/gstreamer/python/default.nix
@@ -13,7 +13,7 @@ in stdenv.mkDerivation rec {
       "${meta.homepage}/src/gst-python/${name}.tar.xz"
       "mirror://gentoo/distfiles/${name}.tar.xz"
       ];
-    sha256 = "bdfa2d07dfe0ce68f638b04fed6890db506416c1dcf1279e83458269d719a4e8";
+    sha256 = "04l2hvvz9b0f3nyds1k3yfk5di8a91fpr6maj19c11mwp1s82l2r";
   };
 
   patches = [ ./different-path-with-pygobject.patch ];