Commit 0e7b707b authored by Allemand Instable's avatar Allemand Instable
Browse files

ncspot: 1.3.2 -> 1.3.3

parent 63035ec2
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -32,16 +32,16 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
  pname = "ncspot";
  version = "1.3.2";
  version = "1.3.3";

  src = fetchFromGitHub {
    owner = "hrkfdn";
    repo = "ncspot";
    tag = "v${finalAttrs.version}";
    hash = "sha256-nmy+KGwGDf3Pp0OHngBqflicASfQOnq81YGaEipv7RE=";
    hash = "sha256-U2uadZzC38pZf4For6Nyo91IXr9XqNSU6B+gpuTZJQo=";
  };

  cargoHash = "sha256-XmEiTUKb7ksPxQbjjDG8hZmIM/vJ6nnb30GSJp9F+18=";
  cargoHash = "sha256-ny1vGZSUHxjUZb/nxu2SXP1gimPlPBUejAjiqPpe+CM=";

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