Unverified Commit 7b633025 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #263432 from pennae/syncstorage-updates

syncstorage-rs: 0.14.0 -> 0.14.1
parents cc696ba9 bc6de050
Loading
Loading
Loading
Loading
+559 −326

File changed.

Preview size limit exceeded, changes collapsed.

+2 −4
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@
, rustPlatform
, pkg-config
, python3
, openssl
, cmake
, libmysqlclient
, makeBinaryWrapper
@@ -21,13 +20,13 @@ in

rustPlatform.buildRustPackage rec {
  pname = "syncstorage-rs";
  version = "0.14.0";
  version = "0.14.1";

  src = fetchFromGitHub {
    owner = "mozilla-services";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-HGX4uLiOqIRjluMLL0QY7YjVYVCkQLe8IiuYdkmAjBQ=";
    hash = "sha256-7lIFHK0XSOtfDEy6N9jcPGOd5Por5i1CBdDZQBiHm8c=";
  };

  nativeBuildInputs = [
@@ -39,7 +38,6 @@ rustPlatform.buildRustPackage rec {

  buildInputs = [
    libmysqlclient
    openssl
  ];

  preFixup = ''