Unverified Commit d47089b4 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

Merge pull request #187019 from kilianar/numix-icon-theme-22.08.15

numix-icon-theme-{circle,square}: 22.08.07 -> 22.08.15
parents ff31f8a5 a09957f9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenvNoCC.mkDerivation rec {
  pname = "numix-icon-theme-circle";
  version = "22.08.07";
  version = "22.08.15";

  src = fetchFromGitHub {
    owner = "numixproject";
    repo = pname;
    rev = version;
    sha256 = "sha256-nYRiAp8cHDyWGlb/s6ysiI2w2Oo7yj1HnKPo0EOqvhY=";
    sha256 = "sha256-2Ay5wykXuXKwcGFvFKu6SIFKdWFMdBvHwgSrqNCszMM=";
  };

  nativeBuildInputs = [ gtk3 ];
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenvNoCC.mkDerivation rec {
  pname = "numix-icon-theme-square";
  version = "22.08.07";
  version = "22.08.15";

  src = fetchFromGitHub {
    owner = "numixproject";
    repo = pname;
    rev = version;
    sha256 = "sha256-AWDahl9DUAEYY7OW9E323LOdM37INcAbEXA19FYRObE=";
    sha256 = "sha256-VJsxZFzraCQPNr/zS7ElPk52Tq5YHrFxaQJMUuHcnLw=";
  };

  nativeBuildInputs = [ gtk3 ];