Commit a3e50a05 authored by R. RyanTM's avatar R. RyanTM
Browse files

numix-icon-theme-circle: 23.09.11 -> 23.10.09

parent 535734e7
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.09.11";
  version = "23.10.09";

  src = fetchFromGitHub {
    owner = "numixproject";
    repo = pname;
    rev = version;
    sha256 = "sha256-9GTNE9Gt+dxdfOLD0Qv1utSkwigalAPxixGSC5Nj8XM=";
    sha256 = "sha256-H5zkBV8WV03mPKAq0IqFXv/O2qE3zT9UJJMo4tt1Agc=";
  };

  nativeBuildInputs = [ gtk3 ];