Unverified Commit ac300460 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

scite: 5.5.6 -> 5.5.7 (#415010)

parents 5fe0b01c 5b31e8bf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,11 +8,11 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "scite";
  version = "5.5.6";
  version = "5.5.7";

  src = fetchurl {
    url = "https://www.scintilla.org/scite${lib.replaceStrings [ "." ] [ "" ] finalAttrs.version}.tgz";
    hash = "sha256-VmNP6NepkF7Ln9eh9pfStmch9nwIKKZTOYxkeduSxrI=";
    hash = "sha256-L/UceHGFgFbzUPvc2VBehXXJNmwyyPwBfgxvuv3Vxu8=";
  };

  nativeBuildInputs = [