pithos: 1.1.1 -> 1.1.2

This commit is contained in:
Jascha Geerds 2016-01-27 17:24:23 +01:00
parent f7578a4d32
commit 1bc91e4355

View file

@ -2,16 +2,17 @@
, gst_all_1, wrapGAppsHook }:
pythonPackages.buildPythonPackage rec {
name = "pithos-${version}";
version = "1.1.1";
pname = "pithos";
version = "1.1.2";
name = "${pname}-${version}";
namePrefix = "";
src = fetchFromGitHub {
owner = "pithos";
repo = "pithos";
owner = pname;
repo = pname;
rev = version;
sha256 = "0373z7g1wd3g1xl8m4ipx5n2ka67a2wcn387nyk8yvgdikm14jm3";
sha256 = "0zk9clfawsnwmgjbk7y5d526ksxd1pkh09ln6sb06v4ygaiifcxp";
};
postPatch = ''