force websock dependency without high chronos constraint

This commit is contained in:
Ivan Folgueira Bande 2026-02-16 13:15:58 +01:00
parent 31b6a4c744
commit 2e5a9217db
No known key found for this signature in database
GPG Key ID: 3C117481F89E24A7
2 changed files with 3 additions and 3 deletions

View File

@ -378,7 +378,7 @@
},
"websock": {
"version": "0.2.1",
"vcsRevision": "35ae76f1559e835c80f9c1a3943bf995d3dd9eb5",
"vcsRevision": "21a7c1982d1524081f29f7fcfab0850b80708db5",
"url": "https://github.com/status-im/nim-websock",
"downloadMethod": "git",
"dependencies": [
@ -392,7 +392,7 @@
"zlib"
],
"checksums": {
"sha1": "1cb5efa10cd389bc01d0707c242ae010c76a03cd"
"sha1": "50744c55ca69a01332d38825a478e3cb13935b60"
}
},
"json_rpc": {

View File

@ -53,7 +53,7 @@ stdenv.mkDerivation {
'';
# Make this a fixed-output derivation to allow internet access for Nimble.
outputHash = "sha256-ly8FGylvbZxQPYaCR3IUJgF9GMYkJrlNZqNxZCyqupE=";
outputHash = "sha256-19mrGOi2LY3xtlzgftP0Q7NxrlOZ7GmxLQgsHbCGKCc=";
outputHashAlgo = "sha256";
outputHashMode = "recursive";
}