Unverified Commit 55883712 authored by éclairevoyant's avatar éclairevoyant
Browse files

mousai: change name -> pname+version in cargoDeps

parent 5c38beb5
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -32,8 +32,7 @@ stdenv.mkDerivation rec {
  };

  cargoDeps = rustPlatform.fetchCargoTarball {
    inherit src;
    name = "${pname}-${version}";
    inherit pname version src;
    hash = "sha256-FjnRI1vHA9YF/Uw2+hDtMJmeJVa5RcxaYoG4XgXa9Ds=";
  };