about summary refs log tree commit diff
path: root/pkgs/applications/misc
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-01-23 07:33:59 +0100
committerGitHub <noreply@github.com>2023-01-23 07:33:59 +0100
commit0c0ea1073464b84e8e43810e583e7cf3f98377e2 (patch)
tree449394c114ca1270f103e7bb3224aa077f6e5103 /pkgs/applications/misc
parent010291a8003c4f0be6c43e42988c551de0a2e4c8 (diff)
parent31ee0083e056f985724a5109b97c72922524574e (diff)
Merge pull request #203577 from r-ryantm/auto-update/moolticute
moolticute: 0.55.0 -> 1.00.1
Diffstat (limited to 'pkgs/applications/misc')
-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 f714b026a8359..1525fb86f8285 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.55.0";
+  version = "1.00.1";
 
   src = fetchFromGitHub {
     owner = "mooltipass";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-up78503+YqUB2fR9B6W6plYksTJzTj5pkmFJ5eL/mLY=";
+    sha256 = "sha256-oENMr3d2vFisEFl7gYBQQ0XRBeogAYOfBE5th463laI=";
   };
 
   outputs = [ "out" "udev" ];