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: 74f3d2f8c8aa
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 82eb47d4489a
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 9, 2018

  1. mlterm: 3.8.6 -> 3.8.7

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/mlterm/versions
    r-ryantm committed Nov 9, 2018
    Copy the full SHA
    6903dc5 View commit details
  2. Merge pull request #50053 from r-ryantm/auto-update/mlterm

    mlterm: 3.8.6 -> 3.8.7
    infinisil authored Nov 9, 2018
    Copy the full SHA
    82eb47d View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/misc/mlterm/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/misc/mlterm/default.nix
Original file line number Diff line number Diff line change
@@ -7,11 +7,11 @@

stdenv.mkDerivation rec {
name = "mlterm-${version}";
version = "3.8.6";
version = "3.8.7";

src = fetchurl {
url = "mirror://sourceforge/project/mlterm/01release/${name}/${name}.tar.gz";
sha256 = "06zylbinh84s9v79hrlvv44rd57z7kvgz9afbps3rjcbncxcmivd";
sha256 = "10j7q7rk6ck86xl1898maxhgkp1h7vy7nliv9sk5bqgs7rdwn4kl";
};

nativeBuildInputs = [ pkgconfig autoconf ];