summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorRicardo M. Correia <rcorreia@wizy.org>2021-06-02 16:54:27 +0200
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2021-07-17 09:02:55 +0200
commit0bcd68b1ef2eda0cbf960f2f5cbfc5bea1fc74b9 (patch)
treedfae674dac9269820bdea09584c52ae7b12c0ef4 /pkgs/development/python-modules
parentc3ad780c664700e4c8446332ed6cb04b245a40c2 (diff)
downloadnixpkgs-0bcd68b1ef2eda0cbf960f2f5cbfc5bea1fc74b9.tar
nixpkgs-0bcd68b1ef2eda0cbf960f2f5cbfc5bea1fc74b9.tar.gz
nixpkgs-0bcd68b1ef2eda0cbf960f2f5cbfc5bea1fc74b9.tar.bz2
nixpkgs-0bcd68b1ef2eda0cbf960f2f5cbfc5bea1fc74b9.tar.lz
nixpkgs-0bcd68b1ef2eda0cbf960f2f5cbfc5bea1fc74b9.tar.xz
nixpkgs-0bcd68b1ef2eda0cbf960f2f5cbfc5bea1fc74b9.tar.zst
nixpkgs-0bcd68b1ef2eda0cbf960f2f5cbfc5bea1fc74b9.zip
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"
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/convertdate/2.2.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/convertdate/2.2.x.nix b/pkgs/development/python-modules/convertdate/2.2.x.nix
index d67f4c5a344..1145a61ca4f 100644
--- a/pkgs/development/python-modules/convertdate/2.2.x.nix
+++ b/pkgs/development/python-modules/convertdate/2.2.x.nix
@@ -15,7 +15,7 @@ buildPythonPackage rec {
     owner = "fitnr";
     repo = pname;
     rev = "v${version}";
-    sha256 = "1xgi7x9b9kxm0q51bqnmwdm5lp8vwhx5yk4d1b23r37spz9dbhw5";
+    sha256 = "07x1j6jgkmrzdpv2lhpp4n16621mpmlylvwdwsggdjivhzvc3x9q";
   };
 
   propagatedBuildInputs = [