Unverified Commit d38821a9 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #96905 from marsam/update-ncspot

ncspot: 0.2.1 -> 0.2.2
parents 84011615 1111bd25
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -14,16 +14,16 @@ let
in
rustPlatform.buildRustPackage rec {
  pname = "ncspot";
  version = "0.2.1";
  version = "0.2.2";

  src = fetchFromGitHub {
    owner = "hrkfdn";
    repo = "ncspot";
    rev = "v${version}";
    sha256 = "1yx0fc24bgh1x6fdwznc1hqvjq0j7i0zvws3bsyijzs7q48jm0z7";
    sha256 = "1i17pidw2hylijwfn96f2bnswfxxwdln2ydsq8b1q4hfzfbxlfk2";
  };

  cargoSha256 = "0bh2shg80xbs2cw10dabrdxkvhf2csk5h9wmmk5z87q6w25paz1f";
  cargoSha256 = "1cpy4wrj9dz2crva4p18f8hzym73x4m2mcfds4ppri4ir7qg29dr";

  cargoBuildFlags = [ "--no-default-features" "--features" "${lib.concatStringsSep "," features}" ];