Skip to content

Commit

Permalink
nushellPlugins.skim: 0.8.0 -> 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aftix committed Nov 15, 2024
1 parent dc74870 commit ab7a237
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/shells/nushell/plugins/skim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@

rustPlatform.buildRustPackage rec {
pname = "nu_plugin_skim";
version = "0.8.0";
version = "0.9.0";

src = fetchFromGitHub {
owner = "idanarye";
repo = pname;
rev = "v${version}";
hash = "sha256-3q2qt35lZ07N8E3p4/BoYX1H4B8qcKXJWnZhdJhgpJE=";
hash = "sha256-2vtJ2KXhsiMmn9WNQgs9nGxivVPPgkOb3vyjArD3O1I=";
};

cargoHash = "sha256-+RYrQsB8LVjxZsQ7dVDK6GT6nXSM4b+qpILOe0Q2SjA=";
cargoHash = "sha256-E+c8H9lyK2pKN2n37Ho/l5bETyH9RMSq0PokPRey5z4=";

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

0 comments on commit ab7a237

Please sign in to comment.