Commit 4b4e2d09 authored by R. RyanTM's avatar R. RyanTM
Browse files

numix-icon-theme-circle: 22.10.17 -> 22.10.31

parent de8154e2
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 = "22.10.17";
  version = "22.10.31";

  src = fetchFromGitHub {
    owner = "numixproject";
    repo = pname;
    rev = version;
    sha256 = "sha256-eM6oRchH7kuK9CZiQ8iIrHYrSG4p+y1bdXEdezFjNDw=";
    sha256 = "sha256-FuXCQkSSSmIx6ZsVUqvOTGZrrvobITF9n9N0phoS49U=";
  };

  nativeBuildInputs = [ gtk3 ];