ncspot: 1.3.1 -> 1.3.2 (#461001)

This commit is contained in:
Nikolay Korotkiy
2025-11-13 21:10:38 +00:00
committed by GitHub

View File

@@ -32,16 +32,16 @@
}: }:
rustPlatform.buildRustPackage (finalAttrs: { rustPlatform.buildRustPackage (finalAttrs: {
pname = "ncspot"; pname = "ncspot";
version = "1.3.1"; version = "1.3.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "hrkfdn"; owner = "hrkfdn";
repo = "ncspot"; repo = "ncspot";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-bKwpvkaYIFK4USxAfx/Vudu7KlT3WP5rKQ1f5lQFbtc="; hash = "sha256-nmy+KGwGDf3Pp0OHngBqflicASfQOnq81YGaEipv7RE=";
}; };
cargoHash = "sha256-FepaUgwOaQKW+0ugGDbqFmZmVPL7wqVaYyLk5UjND2o="; cargoHash = "sha256-XmEiTUKb7ksPxQbjjDG8hZmIM/vJ6nnb30GSJp9F+18=";
nativeBuildInputs = [ pkg-config ] ++ lib.optional withClipboard python3; nativeBuildInputs = [ pkg-config ] ++ lib.optional withClipboard python3;