about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-01-31 01:26:47 +0000
committerJon <jonringer@users.noreply.github.com>2020-01-30 22:19:22 -0800
commit1f5a5debc28910a0d516c355c313c10fa6ec6923 (patch)
tree0c7bc497d6dd14bd0d709febb3dfa028c8921809 /pkgs/applications
parent2ff21bdc23d7efdc680cd411473f9c5566670884 (diff)
downloadnixlib-1f5a5debc28910a0d516c355c313c10fa6ec6923.tar
nixlib-1f5a5debc28910a0d516c355c313c10fa6ec6923.tar.gz
nixlib-1f5a5debc28910a0d516c355c313c10fa6ec6923.tar.bz2
nixlib-1f5a5debc28910a0d516c355c313c10fa6ec6923.tar.lz
nixlib-1f5a5debc28910a0d516c355c313c10fa6ec6923.tar.xz
nixlib-1f5a5debc28910a0d516c355c313c10fa6ec6923.tar.zst
nixlib-1f5a5debc28910a0d516c355c313c10fa6ec6923.zip
limesuite: 19.04.0 -> 20.01.0
Diffstat (limited to 'pkgs/applications')
-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 4e69b11efbf7..aae062a87c7e 100644
--- a/pkgs/applications/radio/limesuite/default.nix
+++ b/pkgs/applications/radio/limesuite/default.nix
@@ -4,7 +4,7 @@
 } :
 
 let
-  version = "19.04.0";
+  version = "20.01.0";
 
 in stdenv.mkDerivation {
   pname = "limesuite";
@@ -14,7 +14,7 @@ in stdenv.mkDerivation {
     owner = "myriadrf";
     repo = "LimeSuite";
     rev = "v${version}";
-    sha256 = "1lrjrli0ny25qwg8bw1bvbdb18hf7ffqj4ziibkgzscv3w5v0s45";
+    sha256 = "01z4idcby2lm34bbnpbp400ski7p61jjiir6sy6dalnvsl52m7vx";
   };
 
   enableParallelBuilding = true;