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

Commits on Dec 21, 2018

  1. Copy the full SHA
    5d9d164 View commit details
  2. Merge pull request #52631 from jlesquembre/clojure

    clojure: 1.9.0.391 -> 1.10.0.403
    Mic92 authored Dec 21, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    caendesilva Caen De Silva
    Copy the full SHA
    435ba2b View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/interpreters/clojure/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/interpreters/clojure/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "clojure-${version}";
version = "1.9.0.391";
version = "1.10.0.403";

src = fetchurl {
url = "https://download.clojure.org/install/clojure-tools-${version}.tar.gz";
sha256 = "1720nbp891mhdjp37z1ns7rg8yapk3a7h1a1rkzhx7abngpwwjcz";
sha256 = "0jsyd0vr1qfqs0dz560hyfya553jhr4m4msf5x0n610yzvbqym4c";
};

buildInputs = [ makeWrapper ];