File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212
1313rustPlatform . 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
You can’t perform that action at this time.
0 commit comments