chirpstack-udp-forwarder: 4.2.0 -> 4.2.1 (#424506)

Co-authored-by: stv0g <post@steffenvogel.de>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-07-14 04:31:58 +00:00 committed by GitHub
commit 2f21cef1d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,17 +9,17 @@
}:
rustPlatform.buildRustPackage rec {
pname = "chirpstack-udp-forwarder";
version = "4.2.0";
version = "4.2.1";
src = fetchFromGitHub {
owner = "chirpstack";
repo = "chirpstack-udp-forwarder";
rev = "v${version}";
hash = "sha256-7xB85IOwOZ6cifw2TFWzNGNMPl8Pc9seqpSJdWdzStM=";
hash = "sha256-BCflOG9v+tW5o0b/hZqlcg1BA+V/lpNzr3fJ9eg6qeY=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-ECq6Gfn52ZjS48h479XgTQnZHYSjnJK/T9j5NTlcxz4=";
cargoHash = "sha256-2XTb9Wv61as7XhNMjJeryVq8nY835AxiONJjapdgCAw=";
nativeBuildInputs = [ protobuf ];