python2Packages.convertdate: fix hash

This derivation was introduced in commit
e1d60a05af55daadaeaf85d14869459b9b8c9635 with version 2.2.2 but the
sha256 hash in that commit actually corresponded to version 2.2.1,
as you can see below:

$ nix-prefetch-github --rev "v2.2.1" fitnr convertdate | jq '.sha256'
"1xgi7x9b9kxm0q51bqnmwdm5lp8vwhx5yk4d1b23r37spz9dbhw5"

authored by Ricardo M. Correia and committed by Frederik Rietdijk 0bcd68b1 c3ad780c

+1 -1
+1 -1
pkgs/development/python-modules/convertdate/2.2.x.nix
··· 15 15 owner = "fitnr"; 16 16 repo = pname; 17 17 rev = "v${version}"; 18 - sha256 = "1xgi7x9b9kxm0q51bqnmwdm5lp8vwhx5yk4d1b23r37spz9dbhw5"; 18 + sha256 = "07x1j6jgkmrzdpv2lhpp4n16621mpmlylvwdwsggdjivhzvc3x9q"; 19 19 }; 20 20 21 21 propagatedBuildInputs = [