pythonPackages.gst-python: fix hash after afd59811a1

/cc #22549.
This commit is contained in:
Vladimír Čunát 2017-02-09 09:40:36 +01:00
parent 5de04f6d55
commit 333e36eca0
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
2 changed files with 3 additions and 1 deletions

View File

@ -27,4 +27,6 @@ rec {
};
gst-validate = callPackage ./validate { inherit gst-plugins-base; };
# note: gst-python is in ./python/default.nix - called under pythonPackages
}

View File

@ -13,7 +13,7 @@ in stdenv.mkDerivation rec {
"${meta.homepage}/src/gst-python/${name}.tar.xz"
"mirror://gentoo/distfiles/${name}.tar.xz"
];
sha256 = "1sljnqkxf2ix7yzghrapw5irl0rbp8aa8w2hggk7i6d9js10ls71";
sha256 = "bdfa2d06dfe0ce68f638b04fed6890db506416c1dcf1279e83458269d719a4e8";
};
patches = [ ./different-path-with-pygobject.patch ];