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

Commits on Sep 27, 2019

  1. numix-icon-theme-circle: 19.02.22 -> 19.05.07

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/numix-icon-theme-circle/versions
    r-ryantm committed Sep 27, 2019
    Copy the full SHA
    923812e View commit details

Commits on Oct 1, 2019

  1. Merge pull request #69704 from r-ryantm/auto-update/numix-icon-theme-…

    …circle
    
    numix-icon-theme-circle: 19.02.22 -> 19.05.07
    romildo authored Oct 1, 2019
    Copy the full SHA
    81a16d6 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/data/icons/numix-icon-theme-circle/default.nix
4 changes: 2 additions & 2 deletions pkgs/data/icons/numix-icon-theme-circle/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "numix-icon-theme-circle";
version = "19.02.22";
version = "19.05.07";

src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "10jh633rllp9yjfkjjyf8455n84q7ppxw1kk9dp1rsg4dq327ks7";
sha256 = "04h7kp1895rkfaqrgzrpqjmqamkxv3dkmhslgm2cxsa6qc0wammg";
};

nativeBuildInputs = [ gtk3 numix-icon-theme ];