1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 14:11:36 +00:00

tdesktopPackages.preview: 1.2.17 -> 1.2.19

This commit is contained in:
Michael Weiss 2018-05-09 23:20:20 +02:00
parent 1e50e178ae
commit 038bf4f68b

View file

@ -14,5 +14,7 @@ in {
stable = mkTelegram stableVersion;
preview = mkTelegram (stableVersion // {
stable = false;
version = "1.2.19";
sha256Hash = "0val6lfcg3ghcksflm3jclqly0x8plpn3an8v9bix0s5yll1ka4h";
});
}