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.
2 parents d1e408c + aaf9b61 commit 4ef7f3bCopy full SHA for 4ef7f3b
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