about summary refs log tree commit diff
path: root/pkgs/applications/radio
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-10-22 12:01:25 +0000
committerGitHub <noreply@github.com>2022-10-22 12:01:25 +0000
commit71e4896d63bfe8106b7e92b5c18165723b4249a9 (patch)
tree4f816b2423a83402953d98229b0d63d3814c2d9a /pkgs/applications/radio
parent3c2db12b377d9c8c06659881e125422ff7ac94b2 (diff)
parent6c484dbae7337e89ad07232c5e8cc2f65cc34b7e (diff)
Merge master into staging-next
Diffstat (limited to 'pkgs/applications/radio')
-rw-r--r--pkgs/applications/radio/limesuite/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/radio/limesuite/default.nix b/pkgs/applications/radio/limesuite/default.nix
index f98eb7639c1ac..3eafadce114ad 100644
--- a/pkgs/applications/radio/limesuite/default.nix
+++ b/pkgs/applications/radio/limesuite/default.nix
@@ -6,13 +6,13 @@
 
 stdenv.mkDerivation rec {
   pname = "limesuite";
-  version = "22.09.0";
+  version = "22.09.1";
 
   src = fetchFromGitHub {
     owner = "myriadrf";
     repo = "LimeSuite";
     rev = "v${version}";
-    sha256 = "sha256-HV0ejx7ImJ7GvAyCi0a7OPB0/2UiLQxxhYR2bc2uYCA=";
+    sha256 = "sha256-t3v2lhPZ1L/HRRBwA3k1KfIpih6R4TUmBWaIm8sVGdY=";
   };
 
   nativeBuildInputs = [ cmake ];