Skip to content

Commit

Permalink
mousai: change name -> pname+version in cargoDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
eclairevoyant committed Sep 7, 2024
1 parent 5c38beb commit 5588371
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkgs/by-name/mo/mousai/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ stdenv.mkDerivation rec {
};

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

Expand Down

0 comments on commit 5588371

Please sign in to comment.