python3Packages.wasmer: 1.0.0-beta1 -> 1.0.0

This commit is contained in:
Daniël de Kok 2021-01-24 10:32:28 +01:00
parent e645c16956
commit c81a5d9abb

View File

@ -8,7 +8,7 @@
}: }:
let let
pname = "wasmer"; pname = "wasmer";
version = "1.0.0-beta1"; version = "1.0.0";
wheel = rustPlatform.buildRustPackage rec { wheel = rustPlatform.buildRustPackage rec {
inherit pname version; inherit pname version;
@ -17,10 +17,10 @@ let
owner = "wasmerio"; owner = "wasmerio";
repo = "wasmer-python"; repo = "wasmer-python";
rev = version; rev = version;
sha256 = "0302lcfjlw7nz18nf86z6swhhpp1qnpwcsm2fj4avl22rsv0h78j"; hash = "sha256-I1GfjLaPYMIHKh2m/5IQepUsJNiVUEJg49wyuuzUYtY=";
}; };
cargoHash = "sha256-Rq5m9Lu6kePvohfhODLMOpGPFtCh0woTsQY2TufoiNQ="; cargoHash = "sha256-txOOia1C4W+nsXuXp4EytEn82CFfSmiOYwRLC4WPImc=";
nativeBuildInputs = [ maturin python ]; nativeBuildInputs = [ maturin python ];