Unverified Commit 7ab926e5 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

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

ncspot: 0.11.2 -> 0.12.0
parents 3cc18bf4 5f8ab64a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,16 +7,16 @@

rustPlatform.buildRustPackage rec {
  pname = "ncspot";
  version = "0.11.2";
  version = "0.12.0";

  src = fetchFromGitHub {
    owner = "hrkfdn";
    repo = "ncspot";
    rev = "v${version}";
    sha256 = "sha256-xJzj387exWDvNias50fELvoAxgIoxDHVVRoAD4FJHUw=";
    sha256 = "sha256-kqGYBaXmGeGuGJ5fcc4OQzHISU8fVuQNGwiD8nyPa/0=";
  };

  cargoSha256 = "sha256-6QOD8IhrnjyaOEYVYt2DA3dI6Wcu1tCXnIp+Ruc+EEo=";
  cargoSha256 = "sha256-gVXH2pFtyMfYkCqda9NrqOgczvmxiWHe0zArJfnnrgE=";

  nativeBuildInputs = [ pkg-config ];