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 18, 2025
1 parent bf68d76 commit 5e4b53c
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.2";
version = "1.6.0";

src = fetchFromGitHub {
owner = "mollyim";
repo = "mollysocket";
rev = version;
hash = "sha256-6SS1OyAkjL2K87wbUmDs+dDSLp3xL65CkM2AziuN0JQ=";
tag = version;
hash = "sha256-F80XRQn3h1Y6dE8PVLGMTY29yZomrwqFAsm7h8euHw8=";
};

cargoHash = "sha256-gdHd10MfY7owKsLCsYCy4KIClnsgBzak6ZfghYuVDOc=";
cargoHash = "sha256-ZHS/EJBhT1H5MvuqdPtmf95ctuLft4qVsZzPVeJBR5k=";

nativeBuildInputs = [
pkg-config
Expand Down

0 comments on commit 5e4b53c

Please sign in to comment.