Merge pull request #228156 from dotlambda/mousai-0.7.3

mousai: 0.7.0 -> 0.7.3
This commit is contained in:
Weijia Wang 2023-04-30 16:39:44 +03:00 committed by GitHub
commit b606ff9087
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,19 +21,19 @@
stdenv.mkDerivation rec {
pname = "mousai";
version = "0.7.0";
version = "0.7.3";
src = fetchFromGitHub {
owner = "SeaDve";
repo = "Mousai";
rev = "v${version}";
hash = "sha256-dL+ZBv97T0sN7mPoOKsp5f6Dl9aarBYm2RRUfOclb+s=";
hash = "sha256-VAP2ENgI0Ge1JJEfNtw8dgOLZ1g0sEaoZHICFKI3hXM=";
};
cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
hash = "sha256-qAtMpYVZwyay1KGYlH40T0HambrWh4CaZnwjvqev44g=";
hash = "sha256-vbMfIk/fXmAHgouzyeceP7jAc/OIyUxFDu/+31aB1F4=";
};
nativeBuildInputs = [