Unverified Commit f9c0db58 authored by Robert Scott's avatar Robert Scott Committed by GitHub
Browse files

Merge pull request #226158 from 06kellyjac/deno

deno: 1.32.3 -> 1.32.4
parents 92ca3bdb 19ee9ae5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,15 +12,15 @@

rustPlatform.buildRustPackage rec {
  pname = "deno";
  version = "1.32.3";
  version = "1.32.4";

  src = fetchFromGitHub {
    owner = "denoland";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-zltMn8ped1Euia/zRCvkpSUzJwFTpbZgrnot21x5tSA=";
    hash = "sha256-yTTvfhOeU8zBwC+btscSlQygwEwjFlpvQQtiYunPCTI=";
  };
  cargoHash = "sha256-XDs3f44ta9MaJlaMWRVkNZd9DaOfoSHJluUmL68DWOw=";
  cargoHash = "sha256-GgOqo0q9sQyoYWUZkuBW6kxWXzpI3/+0YgRPhVD0GhM=";

  postPatch = ''
    # upstream uses lld on aarch64-darwin for faster builds