We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 419b29d commit aaf9b61Copy full SHA for aaf9b61
pkgs/by-name/sc/scite/package.nix
@@ -8,11 +8,11 @@
8
9
stdenv.mkDerivation (finalAttrs: {
10
pname = "scite";
11
- version = "5.5.4";
+ version = "5.5.5";
12
13
src = fetchurl {
14
url = "https://www.scintilla.org/scite${lib.replaceStrings [ "." ] [ "" ] finalAttrs.version}.tgz";
15
- hash = "sha256-Q50DPEUrswv3lS4wOQmRpqvQIqAx6OdLJXF/nkaukKg=";
+ hash = "sha256-PkXS0qdYYuU10jGO56RgKk/RrOo2GK+7PR7AfSZszOU=";
16
};
17
18
nativeBuildInputs = [
0 commit comments