Skip to content

Commit

Permalink
mollysocket: 1.5.5 -> 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda authored and quantenzitrone committed Jan 19, 2025
1 parent 067d46b commit 8c44145
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.5";
version = "1.6.0";

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

cargoHash = "sha256-FNFTPjj9TQeIG7K/+qpOav/TcNsmt+G6EhBftHqNbB4=";
cargoHash = "sha256-ZHS/EJBhT1H5MvuqdPtmf95ctuLft4qVsZzPVeJBR5k=";

nativeBuildInputs = [
pkg-config
Expand Down

0 comments on commit 8c44145

Please sign in to comment.