about summary refs log tree commit diff
path: root/pkgs/tools/misc/mathpix-snipping-tool
diff options
context:
space:
mode:
authorValentin Boettcher <hiro@protagon.space>2021-10-04 09:59:52 +0200
committerValentin Boettcher <hiro@protagon.space>2021-10-04 10:00:29 +0200
commite74fc39e6e9081628d99e8578a59e7fca13fe799 (patch)
tree78a7c97669402b91d0340a56042683991c89c433 /pkgs/tools/misc/mathpix-snipping-tool
parentee084c02040e864eeeb4cf4f8538d92f7c675671 (diff)
mathpix-snipping-tool: 03.00.0050 -> 03.00.0072
Diffstat (limited to 'pkgs/tools/misc/mathpix-snipping-tool')
-rw-r--r--pkgs/tools/misc/mathpix-snipping-tool/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/mathpix-snipping-tool/default.nix b/pkgs/tools/misc/mathpix-snipping-tool/default.nix
index a264a107990e8..f6015f3928d6c 100644
--- a/pkgs/tools/misc/mathpix-snipping-tool/default.nix
+++ b/pkgs/tools/misc/mathpix-snipping-tool/default.nix
@@ -1,12 +1,12 @@
 { appimageTools, lib, fetchurl }:
 let
   pname = "mathpix-snipping-tool";
-  version = "03.00.0050";
+  version = "03.00.0072";
   name = "${pname}-${version}";
 
   src = fetchurl {
     url = "https://download.mathpix.com/linux/Mathpix_Snipping_Tool-x86_64.v${version}.AppImage";
-    sha256 = "0bf4x6jffiqdss8vwy1qypv75zxi1bfc8rywsgp5qlsjq792plpb";
+    sha256 = "1igg8wnshmg9f23qqw1gqb85h1aa3461c1n7dmgw6sn4lrrrh5ms";
   };
 
   appimageContents = appimageTools.extract { inherit name src; };