Commit 1090ad11 authored by R. RyanTM's avatar R. RyanTM
Browse files

numix-icon-theme-circle: 22.09.04 -> 22.09.12

parent 4c66e7c0
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.09.04";
  version = "22.09.12";

  src = fetchFromGitHub {
    owner = "numixproject";
    repo = pname;
    rev = version;
    sha256 = "sha256-eRBso0oeL+EkOw6oINbuf9s07BtKc8132FK5QbAeA8s=";
    sha256 = "sha256-W8hk6UniK4HDJPtMaRQzhfvmE2uZhz4J0QMIbSrtJFo=";
  };

  nativeBuildInputs = [ gtk3 ];