Unverified Commit b142e9fe authored by Bobby Rong's avatar Bobby Rong
Browse files
parent a0a702cf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenvNoCC.mkDerivation rec {
  pname = "mint-y-icons";
  version = "1.6.6";
  version = "1.6.7";

  src = fetchFromGitHub {
    owner = "linuxmint";
    repo = pname;
    rev = version;
    hash = "sha256-yLsFEd4QyeEBA4IrYiy0sgNv0kG9WxjFsJQteoJc+YM=";
    hash = "sha256-wA+geSx1DpMIth1DWkbp6FtaOMg5wgdshQpeK86S3vs=";
  };

  propagatedBuildInputs = [