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

Commits on Nov 1, 2019

  1. scalafmt: 2.2.1 -> 2.2.2

    Tomahna committed Nov 1, 2019
    Copy the full SHA
    2ad5e05 View commit details
  2. Merge pull request #72414 from Tomahna/scalafmt

    scalafmt: 2.2.1 -> 2.2.2
    Ma27 authored Nov 1, 2019
    Copy the full SHA
    e87072b View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/tools/scalafmt/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/tools/scalafmt/default.nix
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

let
baseName = "scalafmt";
version = "2.2.1";
version = "2.2.2";
deps = stdenv.mkDerivation {
name = "${baseName}-deps-${version}";
buildCommand = ''
@@ -13,7 +13,7 @@ let
'';
outputHashMode = "recursive";
outputHashAlgo = "sha256";
outputHash = "0wk43kmzwr49i3fl4vc0lhxcxc62ssaw1yap9g856vg33m95azl1";
outputHash = "08qzcmps2biaf267nv945a924ca7rw8w7gzmjfv32r7aayz6pk1l";
};
in
stdenv.mkDerivation {