ncspot: 1.2.0 -> 1.2.1

This commit is contained in:
Olli Helenius 2024-11-01 10:42:27 +02:00
parent 8c6ecc5ce7
commit d86732dc63
No known key found for this signature in database
GPG Key ID: 67235CC88F41DE3C

View File

@ -35,16 +35,16 @@
rustPlatform.buildRustPackage rec {
pname = "ncspot";
version = "1.2.0";
version = "1.2.1";
src = fetchFromGitHub {
owner = "hrkfdn";
repo = "ncspot";
rev = "refs/tags/v${version}";
hash = "sha256-FI/MZRxTyYWh+CWq3roO6d48xlPsyL58+euGmCZ8p4Y=";
hash = "sha256-h3Mp67AKuzzeO6l7jN6yrQAHpYSsaOp1Y+qJoamK82U=";
};
cargoHash = "sha256-Jg/P6aaMlgpunYd30eoBt1leL0vgEBn2wNRGZsP4abc=";
cargoHash = "sha256-uWnW4Ov5MoDh3xkmTsNSin9WI0SJAoDGa+n8IMNvo4Y=";
nativeBuildInputs = [ pkg-config ] ++ lib.optional withClipboard python3;