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

Commits on Jan 7, 2020

  1. picolisp: 19.6 -> 19.12

    r-ryantm committed Jan 7, 2020
    Copy the full SHA
    1edb9dc View commit details

Commits on Jan 8, 2020

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

    picolisp: 19.6 -> 19.12
    7c6f434c authored Jan 8, 2020
    Copy the full SHA
    a280d83 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.6";
version = "19.12";
src = fetchurl {
url = "https://www.software-lab.de/${pname}-${version}.tgz";
sha256 = "1ixxl6m5glhwqa4q3fb90pciv7jhhvn9pkh316d4wcv0m13l04gq";
sha256 = "10np0mhihr47r3201617zccrvzpkhdl1jwvz7zimk8kxpriydq2j";
};
buildInputs = [makeWrapper openssl] ++ optional stdenv.is64bit jdk;
patchPhase = ''