Unverified Commit 78bd5c1d authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

mollysocket: 1.6.0 -> 1.7.0 (#489291)

parents 43ee1173 6dde2938
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,16 +10,16 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "mollysocket";
  version = "1.6.0";
  version = "1.7.0";

  src = fetchFromGitHub {
    owner = "mollyim";
    repo = "mollysocket";
    tag = finalAttrs.version;
    hash = "sha256-F80XRQn3h1Y6dE8PVLGMTY29yZomrwqFAsm7h8euHw8=";
    hash = "sha256-AmbhTjf1KhDc6Y0yrXKzL6gPMJ9Wx8e8HqdbBHr7/cY=";
  };

  cargoHash = "sha256-BgmgxNxyuEXKLO9yoymJ0PUfL6/YSegGk8OMPjup/zo=";
  cargoHash = "sha256-/WUcaGrIQvPXrcOvSpEGR6mCiey1ULWcLpXzcpvEh7E=";

  nativeBuildInputs = [
    pkg-config