Unverified Commit 2e535205 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

numix-icon-theme-circle: 25.01.31 -> 25.10.14 (#452868)

parents c571cb35 02fe598c
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-circle";
  version = "25.01.31";
  version = "25.10.14";

  src = fetchFromGitHub {
    owner = "numixproject";
    repo = "numix-icon-theme-circle";
    rev = version;
    sha256 = "sha256-+gb4nyVNF6bjYCEiRq/L3wO4ZoUG4lt5l0vxye8inrQ=";
    sha256 = "sha256-JIFzNNrlEWoQcZbaXPw3JMLVGnNj0oPKPW6COQJdC5A=";
  };

  nativeBuildInputs = [ gtk3 ];