about summary refs log tree commit diff
path: root/pkgs/data/themes
diff options
context:
space:
mode:
authorWORLDofPEACE <worldofpeace@protonmail.ch>2020-09-08 19:52:06 -0400
committerGitHub <noreply@github.com>2020-09-08 19:52:06 -0400
commit34642dd7030f2205d47c3a633b049f9ed2b2289d (patch)
tree6be56659c64afe0ce690afa2822db87b77e1251f /pkgs/data/themes
parent064e15847c52384c70b271bb46846df1cf7b64fd (diff)
parent8ec4d97e9ca2abfbeb68a2ddd9514967cf7c4ad3 (diff)
Merge pull request #97308 from romildo/upd.ubuntu-themes
ubuntu-themes: 19.04 -> 20.10
Diffstat (limited to 'pkgs/data/themes')
-rw-r--r--pkgs/data/themes/ubuntu-themes/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/data/themes/ubuntu-themes/default.nix b/pkgs/data/themes/ubuntu-themes/default.nix
index 6be3ce1d80bdb..14779e8d7a389 100644
--- a/pkgs/data/themes/ubuntu-themes/default.nix
+++ b/pkgs/data/themes/ubuntu-themes/default.nix
@@ -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 = [