Commit a5a193eb authored by R. RyanTM's avatar R. RyanTM Committed by Jonathan Ringer
Browse files

tela-icon-theme: 2022-01-25 -> 2022-02-21

parent fa7c86fe
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenvNoCC.mkDerivation rec {
  pname = "tela-icon-theme";
  version = "2022-01-25";
  version = "2022-02-21";

  src = fetchFromGitHub {
    owner = "vinceliuice";
    repo = pname;
    rev = version;
    sha256 = "sha256-XKNSCWwanm2dP002TY/mE4SDX13TllHrbrb55V4wLSQ=";
    sha256 = "sha256-tnhu//q0Vl7MiMeHopB1Gwokkw/P+nDOo4HKizjxC0Y=";
  };

  nativeBuildInputs = [ gtk3 jdupes ];