Skip to content

Commit 5588371

Browse files
committed
mousai: change name -> pname+version in cargoDeps
1 parent 5c38beb commit 5588371

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkgs/by-name/mo/mousai/package.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ stdenv.mkDerivation rec {
3232
};
3333

3434
cargoDeps = rustPlatform.fetchCargoTarball {
35-
inherit src;
36-
name = "${pname}-${version}";
35+
inherit pname version src;
3736
hash = "sha256-FjnRI1vHA9YF/Uw2+hDtMJmeJVa5RcxaYoG4XgXa9Ds=";
3837
};
3938

0 commit comments

Comments
 (0)