mtprotoproxy: 1.1.0 -> 1.1.1

gp2112 a2c59c2f 36674627

+2 -2
+2 -2
pkgs/servers/mtprotoproxy/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "mtprotoproxy"; 5 - version = "1.1.0"; 5 + version = "1.1.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "alexbers"; 9 9 repo = "mtprotoproxy"; 10 10 rev = "v${version}"; 11 - sha256 = "15svvramxzl8q8xzs8g62gg8czdn46fjy6jhs5hqf5p83ycxsygz"; 11 + sha256 = "sha256-tQ6e1Y25V4qAqBvhhKdirSCYzeALfH+PhNtcHTuBurs="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ wrapPython ];