Skip to content

Commit 06210b2

Browse files
committed
skim: 0.16.0 -> 0.16.1
1 parent 83b4051 commit 06210b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/sk/skim/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
rustPlatform.buildRustPackage rec {
1414
pname = "skim";
15-
version = "0.16.0";
15+
version = "0.16.1";
1616

1717
outputs = [
1818
"out"
@@ -24,15 +24,15 @@ rustPlatform.buildRustPackage rec {
2424
owner = "skim-rs";
2525
repo = "skim";
2626
tag = "v${version}";
27-
hash = "sha256-6enC7LjhYuHQ2XyjcsuEDM0r3qMWE9MUuDvYGMswmOc=";
27+
hash = "sha256-lIVOML7UNR778RkmYvMvj4ynoOdMnb5lcsxFiO9BZAI=";
2828
};
2929

3030
postPatch = ''
3131
sed -i -e "s|expand('<sfile>:h:h')|'$out'|" plugin/skim.vim
3232
'';
3333

3434
useFetchCargoVendor = true;
35-
cargoHash = "sha256-RtEV+33WFtLcdW/tAB6swyrnavUU99voT7p2/T9Rd0I=";
35+
cargoHash = "sha256-llvVss7P9Bl9/6A4EtntXtmnFc5XbMvKms1lYNtaZaw=";
3636

3737
nativeBuildInputs = [ installShellFiles ];
3838

0 commit comments

Comments
 (0)