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

Commits on Oct 15, 2019

  1. sbt: 1.3.2 -> 1.3.3

    regadas committed Oct 15, 2019
    Copy the full SHA
    f416e8c View commit details
  2. Merge pull request #71171 from regadas/update/sbt

    sbt: 1.3.2 -> 1.3.3
    NeQuissimus authored Oct 15, 2019
    Copy the full SHA
    749dccb View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/tools/build-managers/sbt/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/tools/build-managers/sbt/default.nix
Original file line number Diff line number Diff line change
@@ -2,14 +2,14 @@

stdenv.mkDerivation rec {
pname = "sbt";
version = "1.3.2";
version = "1.3.3";

src = fetchurl {
urls = [
"https://piccolo.link/sbt-${version}.tgz"
"https://github.com/sbt/sbt/releases/download/v${version}/sbt-${version}.tgz"
];
sha256 = "0vrj9wlw5kf6w7nzhf58dyik0n7rnc9aivjpsz85m299j4wyz37d";
sha256 = "0v27i8pd9ss53ipi1cs40426mnyppdjgcdjk8nn05bi6rm7a4r7y";
};

patchPhase = ''