about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authormarkuskowa <markus.kowalewski@gmail.com>2023-11-25 00:11:00 +0100
committerGitHub <noreply@github.com>2023-11-25 00:11:00 +0100
commit03bff322cde0e74aae333a7bd2974da282e00196 (patch)
treeb5717eb4ce0c9eff4ac2d9e69580d1bd16269d3c /pkgs
parent238efb901493a7a04c5fff9ff8553ec513081642 (diff)
parentd002cef82fb3d9506fb8d0993e05cf3cd64a24bb (diff)
Merge pull request #269719 from r-ryantm/auto-update/limesuite
limesuite: 23.10.0 -> 23.11.0
Diffstat (limited to 'pkgs')
-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 c7f1891e2c543..f92b63a9ba983 100644
--- a/pkgs/applications/radio/limesuite/default.nix
+++ b/pkgs/applications/radio/limesuite/default.nix
@@ -7,13 +7,13 @@
 
 stdenv.mkDerivation rec {
   pname = "limesuite";
-  version = "23.10.0";
+  version = "23.11.0";
 
   src = fetchFromGitHub {
     owner = "myriadrf";
     repo = "LimeSuite";
     rev = "v${version}";
-    sha256 = "sha256-o58UNc4r+MQbH00727YTV17M7D29BbH8CgUXCORKk7E=";
+    sha256 = "sha256-f1cXrkVCIc1MqTvlCUBFqzHLhIVueybVxipNZRlF2gE=";
   };
 
   nativeBuildInputs = [ cmake ];