Commit 6938fd28 authored by R. RyanTM's avatar R. RyanTM
Browse files

nushellPlugins.skim: 0.13.0 -> 0.14.0

parent 4c40e81b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,17 +11,17 @@

rustPlatform.buildRustPackage rec {
  pname = "nu_plugin_skim";
  version = "0.13.0";
  version = "0.14.0";

  src = fetchFromGitHub {
    owner = "idanarye";
    repo = pname;
    tag = "v${version}";
    hash = "sha256-cVD/al5KF4y7oV3OwtfhWEytCD+IVmWdSlGub1w6UYk=";
    hash = "sha256-bH+llby34lqnxZXdtTEBPiw50tvvY72h+YkRRdiXXTc=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-CvBBBDi8AkSfCIcUyUH4e5DX5tija1KqE9z05lndNE4=";
  cargoHash = "sha256-VTnaEqIuvTalemVhc/GJnTCQh1DCWQrtoo7oGJBZMXs=";

  nativeBuildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ rustPlatform.bindgenHook ];