Commit 9ddc4280 authored by R. RyanTM's avatar R. RyanTM
Browse files

numix-icon-theme-square: 23.02.28 -> 23.03.04

parent a1240f6b
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.28";
  version = "23.03.04";

  src = fetchFromGitHub {
    owner = "numixproject";
    repo = pname;
    rev = version;
    sha256 = "sha256-O49cd5ONEaihjJ8Jv8J9pMDMjJeS8fY1TJzIsMW1BH0=";
    sha256 = "sha256-sxrgjlO4xKgk4QoJ6XvHBg9h5kaZd4l8ERp+7CLf6Cg=";
  };

  nativeBuildInputs = [ gtk3 ];