Commit 4c0adb98 authored by R. RyanTM's avatar R. RyanTM
Browse files

numix-icon-theme-square: 23.01.29 -> 23.02.05

parent 8d4ebc8e
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.01.29";
  version = "23.02.05";

  src = fetchFromGitHub {
    owner = "numixproject";
    repo = pname;
    rev = version;
    sha256 = "sha256-uHy1HXCRlPQh9t9bsvClTmP4FW/sP91hYKUXxtdBmdw=";
    sha256 = "sha256-FZt/3RugPHjanlxKjITSpaIb5RoKzI9mJvmPn7CNqS4=";
  };

  nativeBuildInputs = [ gtk3 ];