ncspot: 1.3.3 -> 1.3.4

This commit is contained in:
R. Ryantm
2026-05-24 22:56:04 +00:00
parent 577f4f868a
commit bea3dfef20
+3 -3
View File
@@ -32,16 +32,16 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "ncspot";
version = "1.3.3";
version = "1.3.4";
src = fetchFromGitHub {
owner = "hrkfdn";
repo = "ncspot";
tag = "v${finalAttrs.version}";
hash = "sha256-U2uadZzC38pZf4For6Nyo91IXr9XqNSU6B+gpuTZJQo=";
hash = "sha256-QQeiVmMRF5ql2GVR5nopKtBrTAP8K1Rjs/B89+Azg5s=";
};
cargoHash = "sha256-ny1vGZSUHxjUZb/nxu2SXP1gimPlPBUejAjiqPpe+CM=";
cargoHash = "sha256-u6T5zaeN+rmTH5eM7Inpw/EZh48RauhhVhnAmUMYFIc=";
nativeBuildInputs = [ pkg-config ] ++ lib.optional withClipboard python3;