Unverified Commit 2255f28d authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #162716 from rembo10/roundcube-plugin-custom-from

roundcubePlugins.custom_from: init at 1.6.6
parents 17491905 31a9917a
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
{ roundcubePlugin, fetchzip }:

roundcubePlugin rec {
  pname = "custom_from";
  version = "1.6.6";

  src = fetchzip {
    url = "https://github.com/r3c/custom_from/archive/refs/tags/${version}.zip";
    hash = "sha256-QvMYwFWY0BZOkzhDtW7XJ77i5mVkDNAiN4JBdsCuUy0=";
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@

  carddav = callPackage ./carddav { };
  contextmenu = callPackage ./contextmenu { };
  custom_from = callPackage ./custom_from { };
  persistent_login = callPackage ./persistent_login { };
  thunderbird_labels = callPackage ./thunderbird_labels { };
}