We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5b0229 commit 957016dCopy full SHA for 957016d
pkgs/by-name/ch/chirpstack-concentratord/package.nix
@@ -10,17 +10,17 @@
10
}:
11
rustPlatform.buildRustPackage rec {
12
pname = "chirpstack-concentratord";
13
- version = "4.4.6";
+ version = "4.4.7";
14
15
src = fetchFromGitHub {
16
owner = "chirpstack";
17
repo = "chirpstack-concentratord";
18
rev = "v${version}";
19
- hash = "sha256-O5QevCYFZEJzZcLM3wh9b+RvbkFwLlvIcFhVbhVDOXU=";
+ hash = "sha256-RFjBeFGK0HzRPeCCU5Un3c3XSg8hmXo+7DWP6tfsDgw=";
20
};
21
22
useFetchCargoVendor = true;
23
- cargoHash = "sha256-73BYFUbfiOaYtw4G+WNbiCGPR1L59PqGWhqsrOp06QU=";
+ cargoHash = "sha256-phTYdiVxeC6eOBzz6RvgrSN56+RRcXUiktxNzy/qLY0=";
24
25
buildInputs = [
26
libloragw-2g4
0 commit comments