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

Commits on Oct 24, 2019

  1. exercism: 3.0.12 -> 3.0.13

    NobbZ committed Oct 24, 2019
    Copy the full SHA
    f03715c View commit details

Commits on Oct 25, 2019

  1. Merge pull request #71937 from NobbZ/exercism-3.0.13

    exercism: 3.0.12 -> 3.0.13
    rasendubi authored Oct 25, 2019
    Copy the full SHA
    8b6bfda View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/misc/exercism/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/misc/exercism/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

buildGoModule rec {
pname = "exercism";
version = "3.0.12";
version = "3.0.13";

src = fetchFromGitHub {
owner = "exercism";
repo = "cli";
rev = "v${version}";
sha256 = "1xvxcl7j5izx5lgmjd97zd28lg2sydwgbgn2cnisz5r0d27pj3ra";
sha256 = "17gvz9a0sn4p36hf4l77bxhhfipf4x998iay31layqwbnzmb4xy7";
};

modSha256 = "0pg0hxrr6jjd03wbjn5y65x02md3h352mnm1gr6vyiv7hn4ws14m";