Unverified Commit 75c8abce authored by José Romildo Malaquias's avatar José Romildo Malaquias Committed by GitHub
Browse files

Merge pull request #220172 from r-ryantm/auto-update/numix-icon-theme-circle

numix-icon-theme-circle: 23.02.28 -> 23.03.04
parents 46089f7e 30c16853
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenvNoCC.mkDerivation rec {
  pname = "numix-icon-theme-circle";
  version = "23.02.28";
  version = "23.03.04";

  src = fetchFromGitHub {
    owner = "numixproject";
    repo = pname;
    rev = version;
    sha256 = "sha256-dSD5mjWH7ho+1LiZgzVjDkAIbj4XubC3ZKamyMokkds=";
    sha256 = "sha256-2do/8NKO47zj3+V5+P79el41jy7q6aXdhYXVRRoVusI=";
  };

  nativeBuildInputs = [ gtk3 ];