Unverified Commit 39ebe82b authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #310677 from r-ryantm/auto-update/ncspot

ncspot: 1.1.0 -> 1.1.1
parents 47f92e83 2617f8df
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -20,16 +20,16 @@

rustPlatform.buildRustPackage rec {
  pname = "ncspot";
  version = "1.1.0";
  version = "1.1.1";

  src = fetchFromGitHub {
    owner = "hrkfdn";
    repo = "ncspot";
    rev = "v${version}";
    hash = "sha256-RgA3jV/vD6qgIVQCZ0Sm+9CST4SlqN4MUurVM3nIdh0=";
    hash = "sha256-Sl4i9HFl+Dth9jmW6hPZzgh0Y35pRo1Xi9LRxCuSIP4=";
  };

  cargoHash = "sha256-8ZUgm1O4NmZpxgNRKnh1MNhiFNoBWQHo22kyP3hWJwI=";
  cargoHash = "sha256-INgDavtBI75h+qVlxTncYu3su+SH/D7HTlThRHJzwkY=";

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