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

Commits on Nov 28, 2019

  1. mle: 1.4.1 -> 1.4.2

    r-ryantm committed Nov 28, 2019

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    ba58a4e View commit details

Commits on Nov 30, 2019

  1. Merge pull request #74466 from r-ryantm/auto-update/mle

    mle: 1.4.1 -> 1.4.2
    marsam authored Nov 30, 2019
    Copy the full SHA
    0ca1985 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/editors/mle/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/editors/mle/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "mle";
version = "1.4.1";
version = "1.4.2";

src = fetchFromGitHub {
owner = "adsr";
repo = "mle";
rev = "v${version}";
sha256 = "15i5lzcp0zar2zh34ky9m6pvvi41zgdrl3hmylpgsqnnj4r87vqc";
sha256 = "053zvxkjx2zwq6lwkycirxz1m9sjc3zi9ic8fvp3mjvbqfri1y3x";
};

# Fix location of Lua 5.3 header and library