Merge pull request #152182 from legendofmiracles/update/tmpail

tmpmail: 1.1.4 -> 1.1.9
This commit is contained in:
Bobby Rong 2021-12-26 14:09:28 +08:00 committed by GitHub
commit f016dd04c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "tmpmail";
version = "1.1.4";
version = "1.1.9";
src = fetchFromGitHub {
owner = "sdushantha";
repo = "tmpmail";
rev = "v${version}";
sha256 = "sha256-Rcu1qNmUZhMRvPiaWrDlzLtGksv09XBiF2GJUxXKs1Y=";
sha256 = "sha256-sWcsmBUHSfo7sICXyhNhbfRFSHumObnWc7stWxcwVTg=";
};
dontConfigure = true;