about summary refs log tree commit diff
path: root/pkgs/development/python-modules/cryptography
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2020-06-01 10:59:41 +0200
committerDaiderd Jordan <daiderd@gmail.com>2020-06-01 15:24:19 +0200
commitb7ddbd52bd1ab9365436573c0c5b6d1edcc1919f (patch)
tree4663b94e0a2c9a2e070b14884f674078e3f0d827 /pkgs/development/python-modules/cryptography
parent19dab239bbbf26c5eb1694c4e4d4de473da99dc5 (diff)
treewide: replace SRI hashes
Diffstat (limited to 'pkgs/development/python-modules/cryptography')
-rw-r--r--pkgs/development/python-modules/cryptography/vectors.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/cryptography/vectors.nix b/pkgs/development/python-modules/cryptography/vectors.nix
index d98945b433e9b..096eab77bec3b 100644
--- a/pkgs/development/python-modules/cryptography/vectors.nix
+++ b/pkgs/development/python-modules/cryptography/vectors.nix
@@ -7,7 +7,7 @@ buildPythonPackage rec {
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256:1d4iykcv7cn9j399hczlxm5pzxmqy6d80h3j16dkjwlmv3293b4r";
+    sha256 = "1d4iykcv7cn9j399hczlxm5pzxmqy6d80h3j16dkjwlmv3293b4r";
   };
 
   # No tests included