about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authormarkuskowa <markus.kowalewski@gmail.com>2020-08-03 23:46:09 +0200
committerGitHub <noreply@github.com>2020-08-03 23:46:09 +0200
commit9600775ebd06b52361aac979ee556819add02741 (patch)
treea14cb43f4d29b9ea3ef84b0925f096f6dd8b7633 /pkgs
parent56f2d53f26215058e9ed3bba5cfa72cd36a430b3 (diff)
parentc1ebb59e60b30a2fcb0159c006885648b5fee719 (diff)
Merge pull request #94279 from r-ryantm/auto-update/limesuite
limesuite: 20.01.0 -> 20.07.1
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 7cadceab56114..d4a7d8372e892 100644
--- a/pkgs/applications/radio/limesuite/default.nix
+++ b/pkgs/applications/radio/limesuite/default.nix
@@ -5,13 +5,13 @@
 
 stdenv.mkDerivation rec {
   pname = "limesuite";
-  version = "20.01.0";
+  version = "20.07.1";
 
   src = fetchFromGitHub {
     owner = "myriadrf";
     repo = "LimeSuite";
     rev = "v${version}";
-    sha256 = "01z4idcby2lm34bbnpbp400ski7p61jjiir6sy6dalnvsl52m7vx";
+    sha256 = "14mxqc350j3rk1202n0ax1rfx49sy40965zj90d4pnakbgz5xr7g";
   };
 
   nativeBuildInputs = [ cmake ];