Commit c026e55e authored by Gaetan Lepage's avatar Gaetan Lepage Committed by Matthieu Coudron
Browse files

vimPlugins.sniprun: 1.3.12 -> 1.3.13

parent bc71d01d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1240,12 +1240,12 @@

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

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

        nativeBuildInputs = [ makeWrapper ];