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

Commits on Jul 6, 2020

  1. picolisp: 19.12 -> 20.6

    r-ryantm committed Jul 6, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    9165ada View commit details

Commits on Jul 15, 2020

  1. Merge pull request #92403 from r-ryantm/auto-update/picoLisp

    picolisp: 19.12 -> 20.6
    7c6f434c authored Jul 15, 2020
    Copy the full SHA
    71eb03a View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/interpreters/picolisp/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/interpreters/picolisp/default.nix
Original file line number Diff line number Diff line change
@@ -3,10 +3,10 @@ with stdenv.lib;

stdenv.mkDerivation rec {
pname = "picoLisp";
version = "19.12";
version = "20.6";
src = fetchurl {
url = "https://www.software-lab.de/${pname}-${version}.tgz";
sha256 = "10np0mhihr47r3201617zccrvzpkhdl1jwvz7zimk8kxpriydq2j";
sha256 = "0l51x98bn1hh6kv40sdgp0x09pzg5i8yxbcjvm9n5bxsd6bbk5w2";
};
buildInputs = [makeWrapper openssl] ++ optional stdenv.is64bit jdk;
patchPhase = ''