ncspot: 1.3.2 -> 1.3.3 (#487797)

This commit is contained in:
Michael Daniels
2026-02-08 01:02:12 +00:00
committed by GitHub
+3 -3
View File
@@ -32,16 +32,16 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "ncspot";
version = "1.3.2";
version = "1.3.3";
src = fetchFromGitHub {
owner = "hrkfdn";
repo = "ncspot";
tag = "v${finalAttrs.version}";
hash = "sha256-nmy+KGwGDf3Pp0OHngBqflicASfQOnq81YGaEipv7RE=";
hash = "sha256-U2uadZzC38pZf4For6Nyo91IXr9XqNSU6B+gpuTZJQo=";
};
cargoHash = "sha256-XmEiTUKb7ksPxQbjjDG8hZmIM/vJ6nnb30GSJp9F+18=";
cargoHash = "sha256-ny1vGZSUHxjUZb/nxu2SXP1gimPlPBUejAjiqPpe+CM=";
nativeBuildInputs = [ pkg-config ] ++ lib.optional withClipboard python3;