Commit f985a1a3 authored by R. RyanTM's avatar R. RyanTM
Browse files

numix-icon-theme-circle: 23.01.12 -> 23.01.25

parent 32e7d3f4
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.01.12";
  version = "23.01.25";

  src = fetchFromGitHub {
    owner = "numixproject";
    repo = pname;
    rev = version;
    sha256 = "sha256-WqCQxZcr19tKcEwULoW9O3rhq3fFs4xRl37p7VJYodY=";
    sha256 = "sha256-bejoClo31C2gO7Ni1cIxaumwDrhumRZgAPpxS1Jt/Fw=";
  };

  nativeBuildInputs = [ gtk3 ];