Unverified Commit 0c3fc968 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

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

parents 2e0a6706 9aa19ae4
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -18,19 +18,19 @@
  nix-update-script,
}:
let
  version = "1.3.17";
  version = "1.3.18";
  src = fetchFromGitHub {
    owner = "michaelb";
    repo = "sniprun";
    tag = "v${version}";
    hash = "sha256-o8U3GXg61dfEzQxrs9zCgRDWonhr628aSPd/l+HxS70=";
    hash = "sha256-2Q7Jnt7pVCuNne442KPh2cSjA6V6WSZkgUj99UpmnOM=";
  };
  sniprun-bin = rustPlatform.buildRustPackage {
    pname = "sniprun-bin";
    inherit version src;

    useFetchCargoVendor = true;
    cargoHash = "sha256-HLPTt0JCmCM4SRmP8o435ilM1yxoxpAnf8hg3+8C54I=";
    cargoHash = "sha256-cu7wn75rQcwPLjFl4v05kVMsiCD0mAlIBt49mvIaPPU=";

    nativeBuildInputs = [ makeWrapper ];