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

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

numix-icon-theme-circle: 23.03.19 -> 23.04.05
parents 16256055 4f847cfe
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.03.19";
  version = "23.04.05";

  src = fetchFromGitHub {
    owner = "numixproject";
    repo = pname;
    rev = version;
    sha256 = "sha256-kvIPtPJkBIioz/ScES3xmzjJ0IH4eK5wYSj5Jb2U47g=";
    sha256 = "sha256-eyTiAfwons/VDsNCNfYp4OR+U37LvTIh8Wfktie8PKU=";
  };

  nativeBuildInputs = [ gtk3 ];