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: 3c1ee736df3b
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d38d1ed44f44
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on May 31, 2018

  1. jl: 0.0.4 -> 0.0.5 (#41319)

    fgaz authored and xeji committed May 31, 2018
    Copy the full SHA
    d38d1ed View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/tools/jl/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/tools/jl/default.nix
Original file line number Diff line number Diff line change
@@ -5,12 +5,12 @@
}:
mkDerivation rec {
pname = "jl";
version = "0.0.4";
version = "0.0.5";
src = fetchFromGitHub {
owner = "chrisdone";
repo = "jl";
rev = "v${version}";
sha256 = "0wsdfj4m729q0kjpkn0ywpncdhvpvvprd4rh45vcg6kjw20krm3r";
sha256 = "1hlnwsl4cj0l4x8dxwda2fcnk789cwlphl9gv9cfrivl43mgkgar";
};
isLibrary = true;
isExecutable = true;