mousai: change name -> pname+version in cargoDeps

This commit is contained in:
éclairevoyant 2024-08-07 07:00:51 -04:00
parent 5c38beb516
commit 558837126b
No known key found for this signature in database
GPG Key ID: E3813AEAA02DB54B

View File

@ -32,8 +32,7 @@ stdenv.mkDerivation rec {
};
cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
inherit pname version src;
hash = "sha256-FjnRI1vHA9YF/Uw2+hDtMJmeJVa5RcxaYoG4XgXa9Ds=";
};