Skip to content

Commit 76a3c92

Browse files
authoredMar 24, 2025
[24.11] skim: 0.16.0 -> 0.16.1 (#390769)
2 parents 0adda7a + 48258f9 commit 76a3c92

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
 

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

+4-3
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,14 +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

34-
cargoHash = "sha256-3IAft5ZP9da62SIBg2SmikirCAUgicmFUmkcI6yeWV8=";
34+
useFetchCargoVendor = true;
35+
cargoHash = "sha256-llvVss7P9Bl9/6A4EtntXtmnFc5XbMvKms1lYNtaZaw=";
3536

3637
nativeBuildInputs = [ installShellFiles ];
3738

0 commit comments

Comments
 (0)
Failed to load comments.