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

Commits on Jul 28, 2017

  1. sbt: 0.13.15 -> 0.13.16

    NeQuissimus committed Jul 28, 2017
    Copy the full SHA
    324197e View commit details

Commits on Jul 30, 2017

  1. Merge pull request #27717 from NeQuissimus/sbt_0_13_16

    sbt: 0.13.15 -> 0.13.16
    NeQuissimus authored Jul 30, 2017
    Copy the full SHA
    9ea8535 View commit details
Showing with 6 additions and 3 deletions.
  1. +6 −3 pkgs/development/tools/build-managers/sbt/default.nix
9 changes: 6 additions & 3 deletions pkgs/development/tools/build-managers/sbt/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,14 @@

stdenv.mkDerivation rec {
name = "sbt-${version}";
version = "0.13.15";
version = "0.13.16";

src = fetchurl {
url = "https://dl.bintray.com/sbt/native-packages/sbt/${version}/${name}.tgz";
sha256 = "1vvsxpg1fwfzv3mcin69gnj44v6p7kfx3z9cm761sx01qbbp7q5n";
urls = [
"https://dl.bintray.com/sbt/native-packages/sbt/${version}/${name}.tgz"
"https://cocl.us/sbt01316tgz"
];
sha256 = "033nvklclvbirhpsiy28d3ccmbm26zcs9vb7j8jndsc1ln09awi2";
};

patchPhase = ''