Skip to content

Commit 2eb3286

Browse files
authored
mollysocket: 1.4.1 -> 1.5.1 (#351569)
2 parents bb72173 + db2dcfb commit 2eb3286

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

nixos/tests/mollysocket.nix

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,10 @@ in {
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
})

pkgs/by-name/mo/mollysocket/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111

1212
rustPlatform.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

0 commit comments

Comments
 (0)