mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
scite: 3.7.5 -> 4.0.5 (#41345)
This commit is contained in:
parent
23e9126e75
commit
86990d26ba
@ -2,11 +2,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "scite-${version}";
|
||||
version = "3.7.5";
|
||||
version = "4.0.5";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://www.scintilla.org/scite375.tgz;
|
||||
sha256 = "11pg9bifyyqpblqsrl1b9f8shb3fa6fgzclvjba6hwh7hh98drji";
|
||||
url = http://www.scintilla.org/scite405.tgz;
|
||||
sha256 = "0h16wk2986nkkhhdv5g4lxlcn02qwyja24x1r6vf02r1hf46b9q2";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
Loading…
Reference in New Issue
Block a user