about summary refs log tree commit diff
path: root/pkgs/tools/misc/skim
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-07-29 04:20:00 -0500
committerMario Rodas <marsam@users.noreply.github.com>2020-07-29 04:20:00 -0500
commit81730340800e3de3a96483ea054e3ac9c96ff9f1 (patch)
treef4b932df44ff0f6bda07b08b3908eeb4801d2507 /pkgs/tools/misc/skim
parentd807152c69bf2854631ff9b8706478c10b84401b (diff)
skim: 0.8.1 -> 0.8.2
Diffstat (limited to 'pkgs/tools/misc/skim')
-rw-r--r--pkgs/tools/misc/skim/default.nix16
1 files changed, 4 insertions, 12 deletions
diff --git a/pkgs/tools/misc/skim/default.nix b/pkgs/tools/misc/skim/default.nix
index fca2d35e37cc1..f5b446539cccd 100644
--- a/pkgs/tools/misc/skim/default.nix
+++ b/pkgs/tools/misc/skim/default.nix
@@ -1,27 +1,19 @@
-{ stdenv, fetchFromGitHub, rustPlatform, fetchpatch }:
+{ stdenv, fetchFromGitHub, rustPlatform }:
 
 rustPlatform.buildRustPackage rec {
   pname = "skim";
-  version = "0.8.1";
+  version = "0.8.2";
 
   src = fetchFromGitHub {
     owner = "lotabout";
     repo = pname;
     rev = "v${version}";
-    sha256 = "0xjb8slrlkrzdqvzmf63lq6rgggrjw3hf9an6h8xf6vizz1vfni0";
+    sha256 = "0paxrf03rqzahbpr4gnsj62vl09vcxvw248n9wzhjq14dqlwcr9w";
   };
 
   outputs = [ "out" "vim" ];
 
-  cargoSha256 = "14p4ppbl2mak21jvxpbd1b28jaw2629bc8kv7875cdzy3ksxyji3";
-
-  patches = [
-    # Fix bash completion. Remove with the next release
-    (fetchpatch {
-      url = "https://github.com/lotabout/skim/commit/60ca3484090c2e73a1de396500c73a6ad6e0bde9.patch";
-      sha256 = "07nibr13vmxscbwavrckhcbsvxwkpan4a6ml0qfr1ny36xbc6y3p";
-    })
-  ];
+  cargoSha256 = "0rxxdad60fpwkb4wx5407ihd89wqpf2ldcnp7nsx17xh4brp1l9r";
 
   postPatch = ''
     sed -i -e "s|expand('<sfile>:h:h')|'$out'|" plugin/skim.vim