syndicate-server: 0.33.2 -> 0.36.1

This commit is contained in:
Emery Hemingway 2023-11-26 18:23:01 +02:00
parent 35f8f78b9e
commit e28f71ba88
1 changed files with 4 additions and 3 deletions

View File

@ -4,21 +4,22 @@
rustPlatform.buildRustPackage rec {
pname = "syndicate-server";
version = "0.33.2";
version = "0.36.1";
src = fetchFromGitea {
domain = "git.syndicate-lang.org";
owner = "syndicate-lang";
repo = "syndicate-rs";
rev = "${pname}-v${version}";
sha256 = "sha256-0VgWaBP6PFzq2YfrpTHchqyjZp4BNptcBV+WyCKmfs0=";
sha256 = "sha256-txy7AmgnxtG8LCwXgTKPtaSB/Au81IKmbXGVLhkca1s=";
};
cargoHash = "sha256-EP8/ceFtXF/yqutlw6Jp96uipJW/eAxdb7r7Zsd+pnA=";
cargoHash = "sha256-buRMWL7W5ElF/JkXDj3WJGnNECxy15IC1lkokav5HiA=";
nativeBuildInputs = [ rust pkg-config ];
buildInputs = [ openssl ];
meta = {
description = "Syndicate broker server";
homepage = "https://git.syndicate-lang.org/syndicate-lang/syndicate-rs/";
mainProgram = "syndicate-server";
maintainers = with lib.maintainers; [ ehmry ];
};
}