tmpmail: unstable-2021-02-10 -> 1.1.4

authored by

legendofmiracles and committed by
Jonathan Ringer
edc5b763 6cbf1d42

+3 -3
+3 -3
pkgs/applications/networking/tmpmail/default.nix
··· 2 3 stdenvNoCC.mkDerivation rec { 4 pname = "tmpmail"; 5 - version = "unstable-2021-02-10"; 6 7 src = fetchFromGitHub { 8 owner = "sdushantha"; 9 repo = "tmpmail"; 10 - rev = "150b32083d36006cf7f496e112715ae12ee87727"; 11 - sha256 = "sha256-yQ9/UUxBTEXK5z3f+tvVRUzIGrAnrqurQ0x56Ad7RKE="; 12 }; 13 14 dontConfigure = true;
··· 2 3 stdenvNoCC.mkDerivation rec { 4 pname = "tmpmail"; 5 + version = "1.1.4"; 6 7 src = fetchFromGitHub { 8 owner = "sdushantha"; 9 repo = "tmpmail"; 10 + rev = "v${version}"; 11 + sha256 = "sha256-Rcu1qNmUZhMRvPiaWrDlzLtGksv09XBiF2GJUxXKs1Y="; 12 }; 13 14 dontConfigure = true;