Skip to content

Commit c5f326b

Browse files
chirpstack-udp-forwarder: 4.1.10 -> 4.2.0 (#418945)
Co-authored-by: stv0g <[email protected]>
2 parents 814489a + d6e4a40 commit c5f326b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ch/chirpstack-udp-forwarder/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
}:
1010
rustPlatform.buildRustPackage rec {
1111
pname = "chirpstack-udp-forwarder";
12-
version = "4.1.10";
12+
version = "4.2.0";
1313

1414
src = fetchFromGitHub {
1515
owner = "chirpstack";
1616
repo = "chirpstack-udp-forwarder";
1717
rev = "v${version}";
18-
hash = "sha256-71pzD1wF6oNgi2eP/f/buX/vWpZda5DpD2mN1F7n3lk=";
18+
hash = "sha256-7xB85IOwOZ6cifw2TFWzNGNMPl8Pc9seqpSJdWdzStM=";
1919
};
2020

2121
useFetchCargoVendor = true;
22-
cargoHash = "sha256-3RrFA/THO9fWfk41nVbFGFv/VeFOcdN2mWgshC5PODw=";
22+
cargoHash = "sha256-ECq6Gfn52ZjS48h479XgTQnZHYSjnJK/T9j5NTlcxz4=";
2323

2424
nativeBuildInputs = [ protobuf ];
2525

0 commit comments

Comments
 (0)