Merge pull request #195623 from r-ryantm/auto-update/python310Packages.tgcrypto

python310Packages.tgcrypto: 1.2.3 -> 1.2.4

authored by Jonas Heinrich and committed by GitHub 90802d5b c728e069

+3 -3
+3 -3
pkgs/development/python-modules/tgcrypto/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "tgcrypto"; 10 - version = "1.2.3"; 10 + version = "1.2.4"; 11 11 12 12 disabled = pythonOlder "3.6"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "pyrogram"; 16 16 repo = "tgcrypto"; 17 - rev = "v${version}"; 18 - sha256 = "06g1kv3skq2948h0sjf64s1cr2p1rhxnx5pf9nmvhxkmri1xmfzs"; 17 + rev = "refs/tags/v${version}"; 18 + sha256 = "sha256-hifRWVEvNZVFyIJPwYY+CDR04F1I9GyAi3dt2kx+81c="; 19 19 }; 20 20 21 21 checkInputs = [