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

numix-icon-theme-square: 23.10.09 -> 23.11.11

parent b821ac80
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-square";
  version = "23.10.09";
  version = "23.11.11";

  src = fetchFromGitHub {
    owner = "numixproject";
    repo = pname;
    rev = version;
    sha256 = "sha256-NAvgrD0ckAC0vpF7BkEVWGmsuoWeMuSOdp2c9wEzv4s=";
    sha256 = "sha256-yu9ufr1l21l6v8bRXLJcVkpBD0fDIlgePbStTLH+CDc=";
  };

  nativeBuildInputs = [ gtk3 ];