lol

Merge pull request #162113 from r-ryantm/auto-update/texlab

texlab: 3.3.1 -> 3.3.2

authored by

Kira Bruneau and committed by
GitHub
9783ef30 0a800749

+3 -3
+3 -3
pkgs/development/tools/misc/texlab/default.nix
··· 11 11 12 12 rustPlatform.buildRustPackage rec { 13 13 pname = "texlab"; 14 - version = "3.3.1"; 14 + version = "3.3.2"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "latex-lsp"; 18 18 repo = pname; 19 19 rev = "v${version}"; 20 - sha256 = "sha256-HX1Mnzq+GsRnUsJERK5gPI5x4op885t+9Vn6vogSK1o="; 20 + sha256 = "sha256-SpfX/3uM1y8skN5BqudUtswkCpinrmHWT7ixbgg8QNI="; 21 21 }; 22 22 23 - cargoSha256 = "sha256-AdzaLqwONI7WEcL8U0OGuyX/pg+BpZbJz9aaSClo47Q="; 23 + cargoSha256 = "sha256-0YipSDKss8qaINkUw9dW8n0fVKp4FmagI9+9jFyXaLA="; 24 24 25 25 outputs = [ "out" "man" ]; 26 26