Unverified Commit 839b78af authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #241860 from marsam/update-typescript

typescript: 5.1.5 -> 5.1.6
parents 89839ee0 24837847
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildNpmPackage rec {
  pname = "typescript";
  version = "5.1.5";
  version = "5.1.6";

  src = fetchFromGitHub {
    owner = "microsoft";
    repo = "TypeScript";
    rev = "v${version}";
    hash = "sha256-HdDzkDhlaTDUNmAsWlLUHuGAIgXGcgZW4dZAweaXrL0=";
    hash = "sha256-YBAAiO7MBJ41VK6A9zeExB7ZSbbrQ23sVTHAqo+/H/w=";
  };

  npmDepsHash = "sha256-RHiUhhkzkr2Ra3wc1d13gE2WIZL49w7IEFEAZuBDTDI=";