File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
pkgs/by-name/mo/mollysocket Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1616 } ;
1717
1818 testScript = ''
19- import json
20-
2119 mollysocket.wait_for_unit("mollysocket.service")
2220 mollysocket.wait_for_open_port(${ toString port } )
2321
2422 out = mollysocket.succeed("curl --fail http://127.0.0.1:${ toString port } ")
25- assert json.loads(out)["mollysocket"]["version"] == " ${ toString pkgs . mollysocket . version } "
23+ assert "Version ${ pkgs . mollysocket . version } " in out
2624 '' ;
2725} )
Original file line number Diff line number Diff line change 1111
1212rustPlatform . buildRustPackage rec {
1313 pname = "mollysocket" ;
14- version = "1.4 .1" ;
14+ version = "1.5 .1" ;
1515
1616 src = fetchFromGitHub {
1717 owner = "mollyim" ;
1818 repo = "mollysocket" ;
1919 rev = version ;
20- hash = "sha256-vE5J4BKYmVqtowfxDDTOwFKws7phYRm9xKFPiDNuNn4 =" ;
20+ hash = "sha256-RRnMmdyr4FZHsdLjGvTRiSw+YC+OutWqsoEId7ZlSX0 =" ;
2121 } ;
2222
23- cargoHash = "sha256-s/EhX5o6XuUqcrqhXY274MyWhRukgetfIZKQ4XNlq6Y =" ;
23+ cargoHash = "sha256-BXllzuw01ANrk+osUsAlMyLRAptvxGO+rl0ygsCfewU =" ;
2424
2525 nativeBuildInputs = [
2626 pkg-config
You can’t perform that action at this time.
0 commit comments