Commit cadf53ea authored by Austin Horstman's avatar Austin Horstman Committed by Gaétan Lepage
Browse files

deno: move to by-name

parent 8a7af382
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,8 +17,8 @@ rustPlatform.buildRustPackage rec {

  src = fetchFromGitHub {
    owner = "denoland";
    repo = pname;
    rev = "v${version}";
    repo = "deno";
    rev = "refs/tags/v${version}";
    hash = "sha256-6rmAgGX7BnhbyDk0Pmp1uLBDywlK4cptTOfuvNhm0KE=";
  };

Loading