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

numix-icon-theme-square: 25.01.31 -> 25.10.14 (#453511)

parents 373ac7dd e9b479d5
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.01.31";
  version = "25.10.14";

  src = fetchFromGitHub {
    owner = "numixproject";
    repo = "numix-icon-theme-square";
    rev = version;
    sha256 = "sha256-ivYuY9qcJsMqIpYSVPeu067fYWE6iFGYamU9riQBF4A=";
    sha256 = "sha256-z43vDGXnAHuoz2TTLJWCC8iy29/8Npm7MOKgw0OzJfM=";
  };

  nativeBuildInputs = [ gtk3 ];