Unverified Commit 9ac3caa2 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

numix-icon-theme-square: 25.12.27 -> 26.01.11 (#480119)

parents 6f5098bc 5990da1a
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 = "25.12.27";
  version = "26.01.11";

  src = fetchFromGitHub {
    owner = "numixproject";
    repo = "numix-icon-theme-square";
    rev = version;
    sha256 = "sha256-D4Tclt0GQ70Ka4tmMPhOPVSHL/42hAB2D0PLe9iyN+U=";
    sha256 = "sha256-fj7CaEUms7w+apaXW+6zMwqCwaLWlU2RJalGzFIaDNg=";
  };

  nativeBuildInputs = [ gtk3 ];