Commit 6ba1fdef authored by R. RyanTM's avatar R. RyanTM
Browse files

numix-icon-theme-circle: 23.02.12 -> 23.02.16

parent 03057aa1
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 = "23.02.12";
  version = "23.02.16";

  src = fetchFromGitHub {
    owner = "numixproject";
    repo = pname;
    rev = version;
    sha256 = "sha256-gQdVmF7ZzC+KjU0uQW6+sEw9Wz5940G60ebXqKHajuY=";
    sha256 = "sha256-P/lg+7hx3WOmuWUKznFVKlPIB+MqlE3Nb/n8WK8aUM8=";
  };

  nativeBuildInputs = [ gtk3 ];