Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at github-to-sqlite-beautifulsoup4 13 lines 290 B view raw
1{ roundcubePlugin, fetchFromGitHub }: 2 3roundcubePlugin rec { 4 pname = "persistent_login"; 5 version = "5.3.0"; 6 7 src = fetchFromGitHub { 8 owner = "mfreiholz"; 9 repo = pname; 10 rev = "version-${version}"; 11 sha256 = "1qf7q1sypwa800pgxa3bg6ngcpkf4dqgg6jqx8cnd6cb7ikbfldb"; 12 }; 13}