vimPlugins.sniprun: 1.3.17 -> 1.3.18 (#398428)

authored by Gaétan Lepage and committed by GitHub 0c3fc968 2e0a6706

+3 -3
+3 -3
pkgs/applications/editors/vim/plugins/non-generated/sniprun/default.nix
··· 18 18 nix-update-script, 19 19 }: 20 20 let 21 - version = "1.3.17"; 21 + version = "1.3.18"; 22 22 src = fetchFromGitHub { 23 23 owner = "michaelb"; 24 24 repo = "sniprun"; 25 25 tag = "v${version}"; 26 - hash = "sha256-o8U3GXg61dfEzQxrs9zCgRDWonhr628aSPd/l+HxS70="; 26 + hash = "sha256-2Q7Jnt7pVCuNne442KPh2cSjA6V6WSZkgUj99UpmnOM="; 27 27 }; 28 28 sniprun-bin = rustPlatform.buildRustPackage { 29 29 pname = "sniprun-bin"; 30 30 inherit version src; 31 31 32 32 useFetchCargoVendor = true; 33 - cargoHash = "sha256-HLPTt0JCmCM4SRmP8o435ilM1yxoxpAnf8hg3+8C54I="; 33 + cargoHash = "sha256-cu7wn75rQcwPLjFl4v05kVMsiCD0mAlIBt49mvIaPPU="; 34 34 35 35 nativeBuildInputs = [ makeWrapper ]; 36 36