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.
This commit is contained in:
parent
5670d96bbc
commit
392331ad58
@ -13,7 +13,7 @@ in stdenv.mkDerivation rec {
|
|||||||
"${meta.homepage}/src/gst-python/${name}.tar.xz"
|
"${meta.homepage}/src/gst-python/${name}.tar.xz"
|
||||||
"mirror://gentoo/distfiles/${name}.tar.xz"
|
"mirror://gentoo/distfiles/${name}.tar.xz"
|
||||||
];
|
];
|
||||||
sha256 = "bdfa2d07dfe0ce68f638b04fed6890db506416c1dcf1279e83458269d719a4e8";
|
sha256 = "04l2hvvz9b0f3nyds1k3yfk5di8a91fpr6maj19c11mwp1s82l2r";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./different-path-with-pygobject.patch ];
|
patches = [ ./different-path-with-pygobject.patch ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user