Commit 7005940a authored by R. RyanTM's avatar R. RyanTM
Browse files

numix-icon-theme-square: 26.02.11 -> 26.02.21

parent 2288b3e5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

stdenvNoCC.mkDerivation rec {
  pname = "numix-icon-theme-square";
  version = "26.02.11";
  version = "26.02.21";

  src = fetchFromGitHub {
    owner = "numixproject";
    repo = "numix-icon-theme-square";
    rev = version;
    sha256 = "sha256-7UDjXJtmHI3FKAvuvHtppqkVIfochwXSvfaM50Mm3R8=";
    sha256 = "sha256-m2tfSurDBAKILGftBnk+gX5aqyq5od2EgtzqrCqi0vU=";
  };

  nativeBuildInputs = [ gtk3 ];