about summary refs log tree commit diff
path: root/pkgs/tools/misc/mutt-wizard
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-07-29 01:20:54 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-07-29 01:20:54 +0000
commitaaaabcc9656eae24e0402eb402ae84b50c1f19e5 (patch)
tree550ef4bf357e5581bdcf32d2b72245ed965f402e /pkgs/tools/misc/mutt-wizard
parent6c36cf7d3f28d923b6333813d6b0188c5e2a4914 (diff)
mutt-wizard: 3.2.1 -> 3.3.1
Diffstat (limited to 'pkgs/tools/misc/mutt-wizard')
-rw-r--r--pkgs/tools/misc/mutt-wizard/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/mutt-wizard/default.nix b/pkgs/tools/misc/mutt-wizard/default.nix
index 1a63730d31e43..98c160768d98b 100644
--- a/pkgs/tools/misc/mutt-wizard/default.nix
+++ b/pkgs/tools/misc/mutt-wizard/default.nix
@@ -5,13 +5,13 @@
 
 stdenvNoCC.mkDerivation rec {
   pname = "mutt-wizard";
-  version = "3.2.1";
+  version = "3.3.1";
 
   src = fetchFromGitHub {
     owner = "LukeSmithxyz";
     repo = "mutt-wizard";
     rev = "v${version}";
-    sha256 = "1m4s0vj57hh38rdgdc28p10vnsq80dh708imvdgxbj1i96nq41r8";
+    sha256 = "sha256-1/+awwoAqD8Xm3hULcbpeTaLOHVuYRA4PPr3cq5Gy20=";
   };
 
   makeFlags = [ "PREFIX=$(out)" ];