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: e8a36cdf5719
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 67f080c9df35
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 25, 2019

  1. Copy the full SHA
    bd5e8c8 View commit details
  2. Merge pull request #71979 from romildo/upd.qogir-theme

    qogir-theme: 2019-08-31 -> 2019-10-25
    rasendubi authored Oct 25, 2019
    Copy the full SHA
    67f080c View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/data/themes/qogir/default.nix
6 changes: 3 additions & 3 deletions pkgs/data/themes/qogir/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "qogir-theme";
version = "2019-08-31";
version = "2019-10-25";

src = fetchFromGitHub {
owner = "vinceliuice";
repo = pname;
rev = version;
sha256 = "1pqfnqc2c6f5cidg6c3y492hqlyn5ma4b7ra2lchw7g2dxfvq8w1";
sha256 = "027c9pbfv5flqrjcvmbyjrfi37nzq33z19bai4zjjxjvryfqpmlm";
};

buildInputs = [ gdk-pixbuf librsvg ];
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
'';

meta = with stdenv.lib; {
description = "A flat Design theme for GTK based desktop environments";
description = "Flat Design theme for GTK based desktop environments";
homepage = https://vinceliuice.github.io/Qogir-theme;
license = licenses.gpl3;
platforms = platforms.unix;