feat(deadlock-api-ingest): 0-unstable-2026-02-10 -> v0.2.6

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2026-03-02 19:36:28 -03:00
parent cc6689655f
commit c788d33a0a
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

@ -7,18 +7,18 @@
openssl,
}:
rustPlatform.buildRustPackage {
rustPlatform.buildRustPackage rec {
pname = "deadlock-api-ingest";
version = "0-unstable-2026-02-10";
version = "v0.2.6";
src = fetchFromGitHub {
owner = "deadlock-api";
repo = "deadlock-api-ingest";
rev = "537a64c507c7588dd254484125d20b09077fd27b";
hash = "sha256-RKJmggIyGs9WiI9MUhGf91KGUmYim6T3m34vR450V2Y=";
rev = version;
hash = "sha256-w21stADZ0uLhYwx6lCqYH6eG9wEgMs3YUamUgB+SC1Q=";
};
cargoHash = "sha256-YiJjehMQmwWKInHmeomj7fw7s2av8HlFDqhE/zUahoo=";
cargoHash = "sha256-6R8wf7GQo7+D5Ez4xsXeBu4P3R9jm1nYKMIX2aD8jEc=";
nativeBuildInputs = [
pkg-config