From 392331ad58a6b5f9164ca59e3e70f3c56d476e16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Forsman?= Date: Sun, 26 Feb 2017 21:17:43 +0100 Subject: [PATCH] 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. --- pkgs/development/libraries/gstreamer/python/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/gstreamer/python/default.nix b/pkgs/development/libraries/gstreamer/python/default.nix index 09c11282058..4c3cdd90127 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 ];