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

Commits on Aug 31, 2019

  1. Copy the full SHA
    6f9e18a View commit details

Commits on Sep 1, 2019

  1. Merge pull request #67851 from romildo/upd.qogir-theme

    qogir-theme: 2019-05-03 -> 2019-08-31
    worldofpeace authored Sep 1, 2019
    Copy the full SHA
    76f82c2 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-05-03";
version = "2019-08-31";

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

buildInputs = [ gdk-pixbuf librsvg ];
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
installPhase = ''
patchShebangs .
mkdir -p $out/share/themes
name= ./Install -d $out/share/themes
name= ./install.sh -d $out/share/themes
'';

meta = with stdenv.lib; {