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

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

numix-icon-theme-square: 24.04.22 -> 24.07.19
parents 62a20c2a 1167f197
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 = "24.04.22";
  version = "24.07.19";

  src = fetchFromGitHub {
    owner = "numixproject";
    repo = pname;
    rev = version;
    sha256 = "sha256-Co6tMvYFl0v4pZSGtamlIb6g6koAUyC0xyxcQig62J4=";
    sha256 = "sha256-mHCQpFBBnJfmMA0o5BVt8IWhHIcMSaReCezVgVqVAw4=";
  };

  nativeBuildInputs = [ gtk3 ];