Unverified Commit 015a9c26 authored by Paul Haerle's avatar Paul Haerle Committed by GitHub
Browse files

deno: 2.4.3 -> 2.4.4 (#433579)

parents 7974741b 536d5451
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -29,17 +29,17 @@ let
in
rustPlatform.buildRustPackage (finalAttrs: {
  pname = "deno";
  version = "2.4.3";
  version = "2.4.4";

  src = fetchFromGitHub {
    owner = "denoland";
    repo = "deno";
    tag = "v${finalAttrs.version}";
    fetchSubmodules = true; # required for tests
    hash = "sha256-zJGeVwuLY3fT/ShWvqKYnyCyVbRGoc/czXLmMNKRuyw=";
    hash = "sha256-Zeml0hubyNK3wU29xNKwiOPHjLzbGryNhZ2/geoCpXs=";
  };

  cargoHash = "sha256-SzKrkhxEIe+7oTL2lVb19wmTMEa395Fuq3xZB88ptLk=";
  cargoHash = "sha256-oWbCv7uwqAeiDzCQ4fc3Yh+FxUJH/ar9A2y9qx95XjE=";

  patches = [
    # Patch out the remote upgrade (deno update) check.