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

Commits on Jan 29, 2020

  1. Verified

    This commit was signed with the committer’s verified signature.
    dywedir Vlad M.
    Copy the full SHA
    7b2ba1b View commit details

Commits on Jan 30, 2020

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

    qogir-icon-theme: 2019-09-15 -> 2020-01-29
    romildo authored Jan 30, 2020
    Copy the full SHA
    690dd98 View commit details
Showing with 6 additions and 4 deletions.
  1. +6 −4 pkgs/data/icons/qogir-icon-theme/default.nix
10 changes: 6 additions & 4 deletions pkgs/data/icons/qogir-icon-theme/default.nix
Original file line number Diff line number Diff line change
@@ -2,17 +2,19 @@

stdenv.mkDerivation rec {
pname = "qogir-icon-theme";
version = "2019-09-15";
version = "2020-01-29";

src = fetchFromGitHub {
owner = "vinceliuice";
repo = pname;
rev = "4e1b6c693615bc2c7c7a11df6f4b90f2e6fb67db";
sha256 = "1vp1wp4fgmy5af8z8nb3m6wgmb6wbwlvx5smf9dxfcn254hdg8g0";
rev = version;
sha256 = "0g6qiry4gzkr48xn4qi8sdna0hi3982sywskz9adkzqcznir542h";
};

nativeBuildInputs = [ gtk3 ];

dontDropIconThemeCache = true;

installPhase = ''
patchShebangs install.sh
mkdir -p $out/share/icons
@@ -21,7 +23,7 @@ stdenv.mkDerivation rec {

meta = with stdenv.lib; {
description = "A colorful design icon theme for linux desktops";
homepage = https://github.com/vinceliuice/Qogir-icon-theme;
homepage = "https://github.com/vinceliuice/Qogir-icon-theme";
license = with licenses; [ gpl3 ];
platforms = platforms.linux;
maintainers = with maintainers; [ romildo ];