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

Commits on Nov 20, 2019

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    1c17da3 View commit details

Commits on Nov 22, 2019

  1. Merge pull request #73818 from jlesquembre/clj-kondo

    clj-kondo: 2019.11.03 -> 2019.11.07
    worldofpeace authored Nov 22, 2019
    Copy the full SHA
    2eeb0d3 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/tools/clj-kondo/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/tools/clj-kondo/default.nix
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

stdenv.mkDerivation rec{
pname = "clj-kondo";
version = "2019.11.03";
version = "2019.11.07";

reflectionJson = fetchurl {
name = "reflection.json";
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec{

src = fetchurl {
url = "https://github.com/borkdude/${pname}/releases/download/v${version}/${pname}-${version}-standalone.jar";
sha256 = "1chvdfczlxyy1jspyf4yv1kmgz6fq4fih5qvfarvcyw7nlxlj2np";
sha256 = "145cdpcdzh2v77kvg8a0qqac9ra7vdcf9hj71vy5w7fck08yf192";
};

dontUnpack = true;