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

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

parent 66bc6e35
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.02";
  version = "23.01.12";

  src = fetchFromGitHub {
    owner = "numixproject";
    repo = pname;
    rev = version;
    sha256 = "sha256-Z+gs3CajVBYiWU5SSiL/C7IW8ibglUqD+GhayeS++m8=";
    sha256 = "sha256-WqCQxZcr19tKcEwULoW9O3rhq3fFs4xRl37p7VJYodY=";
  };

  nativeBuildInputs = [ gtk3 ];