Skip to content

Commit

Permalink
mollysocket: 1.5.4 -> 1.5.5 (NixOS#367649)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda authored Dec 24, 2024
2 parents 9d01d87 + af2d9ea commit 077c52c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/mo/mollysocket/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@

rustPlatform.buildRustPackage rec {
pname = "mollysocket";
version = "1.5.4";
version = "1.5.5";

src = fetchFromGitHub {
owner = "mollyim";
repo = "mollysocket";
rev = version;
hash = "sha256-kWmftkzxhVkXQ8EcGJz+Yg6o9OubIMQprwDrcKb2HWQ=";
hash = "sha256-IJaWCawA1vM+3qdHbPZCn4laM7DAL19k1P1MjghtGv8=";
};

cargoHash = "sha256-UgJI9lUbvX/Yw90fo6/voX9noWZH8XVssOR4DpquHUY=";
cargoHash = "sha256-FNFTPjj9TQeIG7K/+qpOav/TcNsmt+G6EhBftHqNbB4=";

nativeBuildInputs = [
pkg-config
Expand Down

0 comments on commit 077c52c

Please sign in to comment.