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

Commits on Jan 19, 2021

  1. coursier: 2.0.8 -> 2.0.9

    NeQuissimus committed Jan 19, 2021
    Copy the full SHA
    3ed0444 View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    c15c3e6 View commit details
Showing with 4 additions and 4 deletions.
  1. +2 −2 pkgs/development/tools/coursier/default.nix
  2. +2 −2 pkgs/games/minecraft/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/tools/coursier/default.nix
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
, coreutils, git, gnused, nix, nixfmt }:

let
version = "2.0.8";
version = "2.0.9";

zshCompletion = fetchurl {
url =
@@ -19,7 +19,7 @@ in stdenv.mkDerivation rec {
src = fetchurl {
url =
"https://github.com/coursier/coursier/releases/download/v${version}/coursier";
sha256 = "sha256-7dNJUMZu6YY3076cnjWHRisJZVn1NPRH1VC+cJjfI/8=";
sha256 = "sha256-jqSv9VBLotl6YVWgWNznvTThRIiMUStQ0WbN6u01b1c=";
};

nativeBuildInputs = [ makeWrapper ];
4 changes: 2 additions & 2 deletions pkgs/games/minecraft/default.nix
Original file line number Diff line number Diff line change
@@ -88,11 +88,11 @@ in
stdenv.mkDerivation rec {
pname = "minecraft-launcher";

version = "2.2.909";
version = "2.2.1262";

src = fetchurl {
url = "https://launcher.mojang.com/download/linux/x86_64/minecraft-launcher_${version}.tar.gz";
sha256 = "15x2imr8c4m2bjfs9y1l34fpvixxdf09gqls4bqb4rdvj1vhdrh2";
sha256 = "09fklcnqmpvwykbfwg4lgwl82khr2wimvgyz7ssficm802xkicnc";
};

icon = fetchurl {