Skip to content

Commit

Permalink
nushellPlugins.skim: 0.8.0 -> 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aftix committed Nov 23, 2024
1 parent 9e34cf9 commit bf332f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.1";

src = fetchFromGitHub {
owner = "idanarye";
repo = pname;
rev = "v${version}";
hash = "sha256-3q2qt35lZ07N8E3p4/BoYX1H4B8qcKXJWnZhdJhgpJE=";
hash = "sha256-cPM4Z1o2ED8Q5u9AcnwBv+SOvuE2C4NO9xC7PfX+ntk=";
};

cargoHash = "sha256-+RYrQsB8LVjxZsQ7dVDK6GT6nXSM4b+qpILOe0Q2SjA=";
cargoHash = "sha256-93GSnw/3Ms83bYEyRRc2sguUpR7BIWz8hgqzXdU5CF4=";

nativeBuildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ rustPlatform.bindgenHook ];
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
Expand Down Expand Up @@ -50,6 +50,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/idanarye/nu_plugin_skim";
license = licenses.mit;
maintainers = with maintainers; [ aftix ];
platforms = with platforms; all;
platforms = platforms.all;
};
}

0 comments on commit bf332f8

Please sign in to comment.