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

Merge pull request #323411 from GaetanLepage/sniprun

vimPlugins.sniprun: 1.3.13 -> 1.3.14
parents 498ea1c8 72e6c167
Loading
Loading
Loading
Loading
+9 −3
Original line number Diff line number Diff line
@@ -1348,12 +1348,12 @@

  sniprun =
    let
      version = "1.3.13";
      version = "1.3.14";
      src = fetchFromGitHub {
        owner = "michaelb";
        repo = "sniprun";
        rev = "refs/tags/v${version}";
        hash = "sha256-PQ3nAZ+bMbHHJWD7cV6h1b3g3TzrakA/N8vVumIooMg=";
        hash = "sha256-9vglmQ9sy0aCbj4H81ublHclpoSfOA7ss5CNdoX54sY=";
      };
      sniprun-bin = rustPlatform.buildRustPackage {
        pname = "sniprun-bin";
@@ -1363,7 +1363,7 @@
          darwin.apple_sdk.frameworks.Security
        ];

        cargoHash = "sha256-I8R2V9zoLqiM4lu0D7URoVof68wtKHI+8T8fVrUg7i4=";
        cargoHash = "sha256-p4rZBgB3xQC14hRRTjNZT1G1gbaKydlKu6MYNSLk6iA=";

        nativeBuildInputs = [ makeWrapper ];

@@ -1385,6 +1385,12 @@
      '';

      propagatedBuildInputs = [ sniprun-bin ];

      meta = {
        homepage = "https://github.com/michaelb/sniprun/";
        changelog = "https://github.com/michaelb/sniprun/releases/tag/v${version}";
        maintainers = with lib.maintainers; [ GaetanLepage ];
      };
    };

  # The GitHub repository returns 404, which breaks the update script