Skip to content

Commit c05012c

Browse files
authored
mollysocket: 1.5.2 -> 1.5.3 (#358245)
2 parents 1901f96 + daccfd6 commit c05012c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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.5.2";
14+
version = "1.5.3";
1515

1616
src = fetchFromGitHub {
1717
owner = "mollyim";
1818
repo = "mollysocket";
1919
rev = version;
20-
hash = "sha256-6SS1OyAkjL2K87wbUmDs+dDSLp3xL65CkM2AziuN0JQ=";
20+
hash = "sha256-2OWkPTbrD4oXHoB+qszVjLr0e/AUuNnuaYXZ3kOyuxg=";
2121
};
2222

23-
cargoHash = "sha256-gdHd10MfY7owKsLCsYCy4KIClnsgBzak6ZfghYuVDOc=";
23+
cargoHash = "sha256-fVH5gzQYzW6uIBO8Fob04IiVyxHDh+Pr21rSow40qLk=";
2424

2525
nativeBuildInputs = [
2626
pkg-config

0 commit comments

Comments
 (0)