Merge pull request #58722 from r-ryantm/auto-update/meld

meld: 3.20.0 -> 3.20.1
This commit is contained in:
lewo 2019-04-06 19:27:38 +02:00 committed by GitHub
commit aa5c3b0e7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -5,11 +5,11 @@
python3.pkgs.buildPythonApplication rec {
pname = "meld";
version = "3.20.0";
version = "3.20.1";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "11khi1sg02k3b9qdag3r939cwi27cql4kjim7jhxf9ckfhpzwh6b";
sha256 = "0jdj7kd6vj1mdc16gvrj1kar88b2j5875ajq18fx7cbc9ny46j55";
};
nativeBuildInputs = [