Unverified Commit 4d241881 authored by LeixB's avatar LeixB
Browse files

vimPlugins.sniprun: 1.2.13 -> 1.3.0

parent 0662bd2b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -852,18 +852,18 @@ self: super: {

  sniprun =
    let
      version = "1.2.13";
      version = "1.3.0";
      src = fetchFromGitHub {
        owner = "michaelb";
        repo = "sniprun";
        rev = "v${version}";
        hash = "sha256-VDLBktZChRgorJt/V/wuFQn/SL4yOZIElmntEQEi8Tc=";
        hash = "sha256-6UDjrrEtOuB+lrCZVBO4BcZm78qwq8YbQcXAdjNbicY=";
      };
      sniprun-bin = rustPlatform.buildRustPackage {
        pname = "sniprun-bin";
        inherit version src;

        cargoSha256 = "sha256-cJwmuwsC81fSH36TRU7xGzlR4pVdjsw73uRaH1uWY+0=";
        cargoSha256 = "sha256-ghXYUgXqXvK9RySG/hQR5zpLsyk6L9Htb/UYgMPyWUk=";

        nativeBuildInputs = [ makeWrapper ];