mathpix-snipping-tool: 03.00.0050 -> 03.00.0072

main
Valentin Boettcher 3 years ago
parent ee084c0204
commit e74fc39e6e
No known key found for this signature in database
GPG Key ID: E034E12B7AF56ACE
  1. 4
      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; };

Loading…
Cancel
Save