Skip to content

Commit

Permalink
ncspot: 1.2.1 -> 1.2.2 (#379511)
Browse files Browse the repository at this point in the history
Co-authored-by: liff <liff@iki.fi>
  • Loading branch information
nixpkgs-merge-bot[bot] and liff authored Feb 5, 2025
2 parents 6955ac4 + dc3d1ed commit 7813ce3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/nc/ncspot/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@

rustPlatform.buildRustPackage rec {
pname = "ncspot";
version = "1.2.1";
version = "1.2.2";

src = fetchFromGitHub {
owner = "hrkfdn";
repo = "ncspot";
tag = "v${version}";
hash = "sha256-h3Mp67AKuzzeO6l7jN6yrQAHpYSsaOp1Y+qJoamK82U=";
hash = "sha256-4zeBTi1WBy9tXowsehUo4qou6bhznWPeCXFg+R3akho=";
};

cargoHash = "sha256-uWnW4Ov5MoDh3xkmTsNSin9WI0SJAoDGa+n8IMNvo4Y=";
cargoHash = "sha256-afyO4JMhqGW4GQW8n+M6cgKkOr7//A1bNv28xGHyYTE=";

nativeBuildInputs = [ pkg-config ] ++ lib.optional withClipboard python3;

Expand Down

0 comments on commit 7813ce3

Please sign in to comment.