about summary refs log tree commit diff
path: root/pkgs/applications/misc/moolticute
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-05-04 00:14:13 +0000
committerJon <jonringer@users.noreply.github.com>2020-05-05 19:03:09 -0700
commit518879a09831ccc14fd5045d24f6267356a1b8b6 (patch)
tree278f0897144f4019cc4cfdfdc5d3b46212900595 /pkgs/applications/misc/moolticute
parent0d53bfed341136cc613cdce7b9a4b29880d3f926 (diff)
moolticute: 0.43.3 -> 0.43.16
Diffstat (limited to 'pkgs/applications/misc/moolticute')
-rw-r--r--pkgs/applications/misc/moolticute/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/moolticute/default.nix b/pkgs/applications/misc/moolticute/default.nix
index 0a54bc98bb9a2..6a15217641561 100644
--- a/pkgs/applications/misc/moolticute/default.nix
+++ b/pkgs/applications/misc/moolticute/default.nix
@@ -9,13 +9,13 @@
 
 mkDerivation rec {
   pname = "moolticute";
-  version = "0.43.3";
+  version = "0.43.16";
 
   src = fetchFromGitHub {
     owner = "mooltipass";
     repo = pname;
     rev = "v${version}";
-    sha256 = "0kl7wksiqmy0hqbg6xwmzqfn3l17if2hiw7xc9x067x9rviyxrl3";
+    sha256 = "1gx1hbxiilggwfw0jspyk2cw92r6qs9a8yqa8x1d2ndf493mjx9y";
   };
 
   outputs = [ "out" "udev" ];