skim: 0.16.2 -> 0.17.2 (#404278)

authored by Nick Cao and committed by GitHub 87a05858 367f8fa6

+3 -3
+3 -3
pkgs/by-name/sk/skim/package.nix
··· 12 13 rustPlatform.buildRustPackage rec { 14 pname = "skim"; 15 - version = "0.16.2"; 16 17 outputs = [ 18 "out" ··· 24 owner = "skim-rs"; 25 repo = "skim"; 26 tag = "v${version}"; 27 - hash = "sha256-b0omzuBPBDHCyUqC8xy8IPOqhFfm3ufeutxheZS7U+E="; 28 }; 29 30 postPatch = '' ··· 32 ''; 33 34 useFetchCargoVendor = true; 35 - cargoHash = "sha256-wtZeXaBV9bLj7MiXJnJT7AjH2jq9crifTxeCWEtJY2o="; 36 37 nativeBuildInputs = [ installShellFiles ]; 38
··· 12 13 rustPlatform.buildRustPackage rec { 14 pname = "skim"; 15 + version = "0.17.2"; 16 17 outputs = [ 18 "out" ··· 24 owner = "skim-rs"; 25 repo = "skim"; 26 tag = "v${version}"; 27 + hash = "sha256-S9gHrGbEDRwMSsQWzPSIrYJaLhnCvfLtsS2eI3rPwdg="; 28 }; 29 30 postPatch = '' ··· 32 ''; 33 34 useFetchCargoVendor = true; 35 + cargoHash = "sha256-IsPcVNwRx0ZDWATtbxmjuRERrhu8DpHh9v6Svj1dHzc="; 36 37 nativeBuildInputs = [ installShellFiles ]; 38