Merge pull request #119640 from centromere/python-cryptography

python3Packages.cryptography: Update Cargo hash

authored by

Sandro and committed by
GitHub
16093daa 3f2f7d32

+1 -1
+1 -1
pkgs/development/python-modules/cryptography/default.nix
··· 33 33 inherit src; 34 34 sourceRoot = "${pname}-${version}/${cargoRoot}"; 35 35 name = "${pname}-${version}"; 36 - sha256 = "1wisxmq26b8ml144m2458sgcbk8jpv419j01qmffsrfy50x9i1yw"; 36 + sha256 = "1m6smky4nahwlp4hn6yzibrcxlbsw4nx162dsq48vlw8h1lgjl62"; 37 37 }; 38 38 39 39 cargoRoot = "src/rust";