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

Merge pull request #196158 from marsam/update-ncspot

ncspot: 0.11.1 -> 0.11.2
parents d1de230b 5e988f3c
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.1";
  version = "0.11.2";

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

  cargoSha256 = "sha256-f8yo60Gi2OdJMNxssMhladh82/ZeZ0ZWV7WmTcQ8jYo=";
  cargoSha256 = "sha256-6QOD8IhrnjyaOEYVYt2DA3dI6Wcu1tCXnIp+Ruc+EEo=";

  nativeBuildInputs = [ pkg-config ];