wolfssl: fix hash

The previous hash corresponded to wolfssl-5.5.2, but it looks like
everyone was getting cache hits on the built outputs and nobody
noticed.
This commit is contained in:
Jack Kelly 2022-12-06 20:00:28 +10:00
parent 4f4073186f
commit 9adcaceb2c

View File

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
owner = "wolfSSL";
repo = "wolfssl";
rev = "v${version}-stable";
hash = "sha256-d8DDyEsK35WK7c0udZI5HxQLO+mbod8hlbSoa3IWWS0=";
hash = "sha256-36L7kZ9Dqp3pDjodqELBdSBFwrf+GnRP7KNFYrRUCuU=";
};
postPatch = ''