fixed cargoLock, added correct sha

This commit is contained in:
2025-12-23 15:55:28 -05:00
parent ced9670659
commit ed055366ca
2 changed files with 42 additions and 2 deletions

View File

@@ -44,12 +44,12 @@
owner = "fabienjuif";
repo = "swaytreesave";
rev = "v${version}";
sha256 = "sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=";
sha256 = "sha256-aAJBbauOiFERABF13hMhxyvRBzcx5c1F+vbm/U+JS8o=";
};
in pkgs.rustPlatform.buildRustPackage {
inherit pname version src;
cargoLock = src + "/Cargo.lock";
cargoLock = { lockFile = "${src}/Cargo.lock"; };
meta = {
description = "The Discord music status that works with any media player";