Unverified Commit dc2dc17b authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

numix-icon-theme-circle: 26.01.11 -> 26.02.11 (#490557)

parents 1897ce5e c1933e8d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

stdenvNoCC.mkDerivation rec {
  pname = "numix-icon-theme-circle";
  version = "26.01.11";
  version = "26.02.11";

  src = fetchFromGitHub {
    owner = "numixproject";
    repo = "numix-icon-theme-circle";
    rev = version;
    sha256 = "sha256-L+GO3TJ7UJYIjpsVtWgFkFd313u+E4I4ResNgQz8T70=";
    sha256 = "sha256-nYpFQEm6KI17al2iRFhMFeK5IVGYbcrZ1h4b7QcIwmI=";
  };

  nativeBuildInputs = [ gtk3 ];