Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d861ca40a311
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8d2040c2650d
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 9, 2020

  1. ubuntu-themes: 19.04 -> 20.10

    (cherry picked from commit 8ec4d97)
    romildo committed Sep 9, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    525c071 View commit details
  2. Merge pull request #97492 from romildo/release-20.09.upd.ubuntu-themes

    [20.09] ubuntu-themes: 19.04 -> 20.10
    worldofpeace authored Sep 9, 2020
    Copy the full SHA
    8d2040c View commit details
Showing with 4 additions and 4 deletions.
  1. +4 −4 pkgs/data/themes/ubuntu-themes/default.nix
8 changes: 4 additions & 4 deletions pkgs/data/themes/ubuntu-themes/default.nix
Original file line number Diff line number Diff line change
@@ -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 = [