Unverified Commit ca65d5de authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

ncspot: 1.3.1 -> 1.3.2 (#461001)

parents a6dcae4d 033d9338
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.1";
  version = "1.3.2";

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

  cargoHash = "sha256-FepaUgwOaQKW+0ugGDbqFmZmVPL7wqVaYyLk5UjND2o=";
  cargoHash = "sha256-XmEiTUKb7ksPxQbjjDG8hZmIM/vJ6nnb30GSJp9F+18=";

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