Skip to content

Commit aaf9b61

Browse files
committed
scite: 5.5.4 -> 5.5.5
1 parent 419b29d commit aaf9b61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/sc/scite/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88

99
stdenv.mkDerivation (finalAttrs: {
1010
pname = "scite";
11-
version = "5.5.4";
11+
version = "5.5.5";
1212

1313
src = fetchurl {
1414
url = "https://www.scintilla.org/scite${lib.replaceStrings [ "." ] [ "" ] finalAttrs.version}.tgz";
15-
hash = "sha256-Q50DPEUrswv3lS4wOQmRpqvQIqAx6OdLJXF/nkaukKg=";
15+
hash = "sha256-PkXS0qdYYuU10jGO56RgKk/RrOo2GK+7PR7AfSZszOU=";
1616
};
1717

1818
nativeBuildInputs = [

0 commit comments

Comments
 (0)