Unverified Commit 15a051a5 authored by José Romildo Malaquias's avatar José Romildo Malaquias Committed by GitHub
Browse files

Merge pull request #198807 from r-ryantm/auto-update/numix-icon-theme-square

numix-icon-theme-square: 22.10.17 -> 22.10.31
parents 60934e7c e2d0228c
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-square";
  version = "22.10.17";
  version = "22.10.31";

  src = fetchFromGitHub {
    owner = "numixproject";
    repo = pname;
    rev = version;
    sha256 = "sha256-uS2Oqb5yRNHZDheflo5U4wyMm8fLvU4w3qLjPQ+zE68=";
    sha256 = "sha256-TtRIVut4VBkQnM0+DM44305+FG3l2tDSU+FfaR7OFZI=";
  };

  nativeBuildInputs = [ gtk3 ];