about summary refs log tree commit diff
path: root/pkgs/applications/misc/moolticute
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-10-27 21:35:04 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-10-27 21:35:04 +0000
commit489fac7951e41837f9e0fbc56cdef7685c8116ac (patch)
tree2208dfcb3153337df7ba25818fa417fefc45eafe /pkgs/applications/misc/moolticute
parent3e8e17821822ef190d72db3a612ea9be5a441ca9 (diff)
moolticute: 1.02.0 -> 1.03.0
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 faa6c2180fc6f..fbdbe92ff6341 100644
--- a/pkgs/applications/misc/moolticute/default.nix
+++ b/pkgs/applications/misc/moolticute/default.nix
@@ -9,13 +9,13 @@
 
 mkDerivation rec {
   pname = "moolticute";
-  version = "1.02.0";
+  version = "1.03.0";
 
   src = fetchFromGitHub {
     owner = "mooltipass";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-URGAhd7u1DrGReQAwsX9LMj7Jq1GsILzP8fVFnA74O4=";
+    sha256 = "sha256-S2Pnueo3opP1k6XBBHGAyRJpkNuI1Hotz7ypXa/96eQ=";
   };
 
   outputs = [ "out" "udev" ];