Unverified Commit de00da4a authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

numix-icon-theme-square: 23.02.16 -> 23.02.28
parents 8bebe535 d48130d3
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 = "23.02.16";
  version = "23.02.28";

  src = fetchFromGitHub {
    owner = "numixproject";
    repo = pname;
    rev = version;
    sha256 = "sha256-z9LHSfhCTeHsf4XtPJeOqOqfKHHz0B7n2hciIpCQ9H4=";
    sha256 = "sha256-O49cd5ONEaihjJ8Jv8J9pMDMjJeS8fY1TJzIsMW1BH0=";
  };

  nativeBuildInputs = [ gtk3 ];