diff --git a/pkgs/by-name/sk/skim/package.nix b/pkgs/by-name/sk/skim/package.nix index ff5ab7bcb3da..e819ec8f53b7 100644 --- a/pkgs/by-name/sk/skim/package.nix +++ b/pkgs/by-name/sk/skim/package.nix @@ -12,7 +12,7 @@ rustPlatform.buildRustPackage rec { pname = "skim"; - version = "0.15.0"; + version = "0.15.5"; outputs = [ "out" @@ -24,14 +24,14 @@ rustPlatform.buildRustPackage rec { owner = "skim-rs"; repo = "skim"; rev = "refs/tags/v${version}"; - hash = "sha256-Y/MVjwpNyYXjQWB3s8WRblCukBr0z81k3gf3bf58KGE="; + hash = "sha256-ijuzEfoYSVLfWiBq4Wnxy3LbX0viDZZ6FZ4EvvUHf1M="; }; postPatch = '' sed -i -e "s|expand(':h:h')|'$out'|" plugin/skim.vim ''; - cargoHash = "sha256-llpNnZdIFHCmyyVla+tZOgpMTavu/m3ZGFZaS5EbiVo="; + cargoHash = "sha256-JGsKz361hnRoDDq5zpA64jkk8MB3fqrh8xA3l0ZV1Bs="; nativeBuildInputs = [ installShellFiles ]; @@ -64,7 +64,7 @@ rustPlatform.buildRustPackage rec { meta = { description = "Command-line fuzzy finder written in Rust"; - homepage = "https://github.com/lotabout/skim"; + homepage = "https://github.com/skim-rs/skim"; changelog = "https://github.com/skim-rs/skim/releases/tag/v${version}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [