Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

scite: 5.5.3 -> 5.5.4 (#366148)

authored by

Christian Kögler and committed by
GitHub
66fa85a8 d830a7f7

+2 -2
+2 -2
pkgs/by-name/sc/scite/package.nix
··· 8 8 9 9 stdenv.mkDerivation (finalAttrs: { 10 10 pname = "scite"; 11 - version = "5.5.3"; 11 + version = "5.5.4"; 12 12 13 13 src = fetchurl { 14 14 url = "https://www.scintilla.org/scite${lib.replaceStrings [ "." ] [ "" ] finalAttrs.version}.tgz"; 15 - hash = "sha256-MtXy8a4MzdJP8Rf6otc+Zu+KfYSJnmmXfBS8RVBBbOY="; 15 + hash = "sha256-Q50DPEUrswv3lS4wOQmRpqvQIqAx6OdLJXF/nkaukKg="; 16 16 }; 17 17 18 18 nativeBuildInputs = [