Unverified Commit e5939be0 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

syncstorage-rs: 0.17.0 -> 0.17.9 (#349507)

parents 4b62914f 5c92fbcc
Loading
Loading
Loading
Loading
+416 −285

File changed.

Preview size limit exceeded, changes collapsed.

+2 −2
Original line number Diff line number Diff line
@@ -20,13 +20,13 @@ in

rustPlatform.buildRustPackage rec {
  pname = "syncstorage-rs";
  version = "0.17.0";
  version = "0.17.9";

  src = fetchFromGitHub {
    owner = "mozilla-services";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-8MxGrE8BaqSN0vPORKupKQuqHiv2vcqQhTX+SnmWFoM=";
    hash = "sha256-ezTwAAtt0/jKfA6FtvzuQVFYOODMcD4RFiU3x0Umifk=";
  };

  nativeBuildInputs = [