Merge pull request #97308 from romildo/upd.ubuntu-themes

ubuntu-themes: 19.04 -> 20.10
This commit is contained in:
WORLDofPEACE 2020-09-08 19:52:06 -04:00 committed by GitHub
commit 34642dd703
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,21 +7,21 @@
, gtk3
, hicolor-icon-theme
, humanity-icon-theme
, python2Packages
, python3Packages
}:
stdenv.mkDerivation rec {
pname = "ubuntu-themes";
version = "19.04";
version = "20.10";
src = fetchurl {
url = "https://launchpad.net/ubuntu/+archive/primary/+files/${pname}_${version}.orig.tar.gz";
sha256 = "1dy2dmiq2dj80nl2y4mf4ks0c7qmmnpk25wzv2rynwa3s2gkxgih";
sha256 = "00frn2dd4kjhlmwkasrx4a820fwrg8f8hmiwh51m63bpj00vwn0r";
};
nativeBuildInputs = [
gtk3
python2Packages.python
python3Packages.python
];
propagatedBuildInputs = [