ncspot: 0.13.2 -> 0.13.3

Diff: https://github.com/hrkfdn/ncspot/compare/v0.13.2...v0.13.3
This commit is contained in:
Mario Rodas 2023-06-11 04:20:00 +00:00
parent 70a6afb27a
commit 3e5a369b07

View File

@ -16,16 +16,16 @@
rustPlatform.buildRustPackage rec {
pname = "ncspot";
version = "0.13.2";
version = "0.13.3";
src = fetchFromGitHub {
owner = "hrkfdn";
repo = "ncspot";
rev = "v${version}";
hash = "sha256-DdJa4ax/v86OgO+IAsiFA8/u6pEGcCw+N/3MLXzz8DM=";
hash = "sha256-AXe/ysNYSWC4cuzvN4fLmDyeBxpzciDo8PFjXdzFMl0=";
};
cargoHash = "sha256-HkpFboXgHbJMYJFabJ58Syy1ag+InwqkeJAw8MxAr0A=";
cargoHash = "sha256-y7Vaf4jp2Zds0KsYqF0JBWsbq9IQVu6n0TMo3oGL14A=";
nativeBuildInputs = [ pkg-config ]
++ lib.optional withClipboard python3;