Skip to content

Commit 163c186

Browse files
chirpstack-concentratord: 4.4.6 -> 4.4.7 (#383899)
Co-authored-by: stv0g <[email protected]>
2 parents 7dd54f6 + 957016d commit 163c186

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ch/chirpstack-concentratord/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010
}:
1111
rustPlatform.buildRustPackage rec {
1212
pname = "chirpstack-concentratord";
13-
version = "4.4.6";
13+
version = "4.4.7";
1414

1515
src = fetchFromGitHub {
1616
owner = "chirpstack";
1717
repo = "chirpstack-concentratord";
1818
rev = "v${version}";
19-
hash = "sha256-O5QevCYFZEJzZcLM3wh9b+RvbkFwLlvIcFhVbhVDOXU=";
19+
hash = "sha256-RFjBeFGK0HzRPeCCU5Un3c3XSg8hmXo+7DWP6tfsDgw=";
2020
};
2121

2222
useFetchCargoVendor = true;
23-
cargoHash = "sha256-73BYFUbfiOaYtw4G+WNbiCGPR1L59PqGWhqsrOp06QU=";
23+
cargoHash = "sha256-phTYdiVxeC6eOBzz6RvgrSN56+RRcXUiktxNzy/qLY0=";
2424

2525
buildInputs = [
2626
libloragw-2g4

0 commit comments

Comments
 (0)