syndicate-server: 0.33.1 -> 0.33.2

This commit is contained in:
Emery Hemingway 2023-10-19 14:46:00 +01:00
parent 7c4a693dfb
commit e3f57d5006
1 changed files with 3 additions and 3 deletions

View File

@ -4,15 +4,15 @@
rustPlatform.buildRustPackage rec {
pname = "syndicate-server";
version = "0.33.1";
version = "0.33.2";
src = fetchFromGitea {
domain = "git.syndicate-lang.org";
owner = "syndicate-lang";
repo = "syndicate-rs";
rev = "${pname}-v${version}";
sha256 = "sha256-AWFiJ+eKFBX3YAISe5uhKktxNByHNY2te7ZYg8Uqo7E=";
sha256 = "sha256-0VgWaBP6PFzq2YfrpTHchqyjZp4BNptcBV+WyCKmfs0=";
};
cargoHash = "sha256-1IIRtzQI1loip7CkjDLv+nPVg1F+QQyITdiwuVLBLPI=";
cargoHash = "sha256-EP8/ceFtXF/yqutlw6Jp96uipJW/eAxdb7r7Zsd+pnA=";
nativeBuildInputs = [ rust pkg-config ];
buildInputs = [ openssl ];