Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 23e9126e755c
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 86990d26bad0
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jun 1, 2018

  1. scite: 3.7.5 -> 4.0.5 (#41345)

    vaibhavsagar authored and xeji committed Jun 1, 2018
    Copy the full SHA
    86990d2 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/applications/editors/scite/default.nix
6 changes: 3 additions & 3 deletions pkgs/applications/editors/scite/default.nix
Original file line number Diff line number Diff line change
@@ -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 ];