From 9ca11c90f3c92d22fa6fd231a189183cf1d93c5b Mon Sep 17 00:00:00 2001 From: Joachim Breitner Date: Mon, 25 Nov 2019 12:04:40 +0100 Subject: [PATCH] The github repo has moved --- pkgs/development/interpreters/wasmtime/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/interpreters/wasmtime/default.nix b/pkgs/development/interpreters/wasmtime/default.nix index 7b263b5c9aa5..0cdf1aae3f7c 100644 --- a/pkgs/development/interpreters/wasmtime/default.nix +++ b/pkgs/development/interpreters/wasmtime/default.nix @@ -5,7 +5,7 @@ rustPlatform.buildRustPackage { version = "20191111"; src = fetchFromGitHub { - owner = "CraneStation"; + owner = "bytecodealliance"; repo = "wasmtime"; rev = "0006a2af954eba74c79885cb1fe8cdeb68f531c1"; sha256 = "0lf3pdkjxcrjmjic7xxyjl5dka3arxi809sp9hm4hih5p2fhf2gw";