python2Packages.convertdate: fix hash

This derivation was introduced in commit
e1d60a05af 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"

(cherry picked from commit 3e84c7ea0d3872e660ba0f3a8c2a0971e7df5dd6)
This commit is contained in:
Ricardo M. Correia 2021-06-02 16:54:27 +02:00 committed by github-actions[bot]
parent b2f87e0043
commit 61ed04ae69
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ buildPythonPackage rec {
owner = "fitnr"; owner = "fitnr";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "1xgi7x9b9kxm0q51bqnmwdm5lp8vwhx5yk4d1b23r37spz9dbhw5"; sha256 = "07x1j6jgkmrzdpv2lhpp4n16621mpmlylvwdwsggdjivhzvc3x9q";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [