Merge branch 'master' into staging-next

Hydra nixpkgs: ?compare=1503899
This commit is contained in:
Vladimír Čunát
2019-02-06 14:24:46 +01:00
220 changed files with 6008 additions and 2679 deletions
+2 -2
View File
@@ -9,13 +9,13 @@
buildPythonApplication rec {
pname = "orca";
version = "3.30.1";
version = "3.30.2";
format = "other";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "1b9s69frjmghjm1p9a4rrvknl9m0qlwr7mr4lsxkvjnblhsnw0g7";
sha256 = "17asibc46i5gr2fw04jvvdi85zzmxwlnhyq7r6cr3m5prrdr8a53";
};
patches = [