Loading pkgs/servers/syncstorage-rs/Cargo.lock +912 −606 File changed.Preview size limit exceeded, changes collapsed. Show changes pkgs/servers/syncstorage-rs/default.nix +2 −4 Original line number Diff line number Diff line Loading @@ -21,13 +21,13 @@ in rustPlatform.buildRustPackage rec { pname = "syncstorage-rs"; version = "0.13.6"; version = "0.14.0"; src = fetchFromGitHub { owner = "mozilla-services"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-LCMbhFoxi/fYaivW5gNyDhfytW/avhrrd29fXobSxJU="; hash = "sha256-HGX4uLiOqIRjluMLL0QY7YjVYVCkQLe8IiuYdkmAjBQ="; }; nativeBuildInputs = [ Loading @@ -54,8 +54,6 @@ rustPlatform.buildRustPackage rec { }; }; buildFeatures = [ "grpcio/openssl" ]; # almost all tests need a DB to test against doCheck = false; Loading Loading
pkgs/servers/syncstorage-rs/Cargo.lock +912 −606 File changed.Preview size limit exceeded, changes collapsed. Show changes
pkgs/servers/syncstorage-rs/default.nix +2 −4 Original line number Diff line number Diff line Loading @@ -21,13 +21,13 @@ in rustPlatform.buildRustPackage rec { pname = "syncstorage-rs"; version = "0.13.6"; version = "0.14.0"; src = fetchFromGitHub { owner = "mozilla-services"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-LCMbhFoxi/fYaivW5gNyDhfytW/avhrrd29fXobSxJU="; hash = "sha256-HGX4uLiOqIRjluMLL0QY7YjVYVCkQLe8IiuYdkmAjBQ="; }; nativeBuildInputs = [ Loading @@ -54,8 +54,6 @@ rustPlatform.buildRustPackage rec { }; }; buildFeatures = [ "grpcio/openssl" ]; # almost all tests need a DB to test against doCheck = false; Loading