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: 313de2a04db4
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 15300eb2d2fd
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Nov 8, 2018

  1. Copy the full SHA
    3a7d9f8 View commit details

Commits on Nov 9, 2018

  1. Merge pull request #49952 from andrestylianos/joker-0.10.1

    joker: 0.9.7 -> 0.10.1
    Mic92 authored Nov 9, 2018
    Copy the full SHA
    15300eb View commit details
Showing with 11 additions and 2 deletions.
  1. +2 −2 pkgs/development/interpreters/joker/default.nix
  2. +9 −0 pkgs/development/interpreters/joker/deps.nix
4 changes: 2 additions & 2 deletions pkgs/development/interpreters/joker/default.nix
Original file line number Diff line number Diff line change
@@ -2,15 +2,15 @@

buildGoPackage rec {
name = "joker-${version}";
version = "0.9.7";
version = "0.10.1";

goPackagePath = "github.com/candid82/joker";

src = fetchFromGitHub {
rev = "v${version}";
owner = "candid82";
repo = "joker";
sha256 = "0fl04xdpqmr5xpd4pvj72gdy3v1fr9z6h3ja7dmkama8fw2x4diz";
sha256 = "1c3p61jmlljljbiwsylmfa75pi00y7yj5wabx1rxmpswc41g5mab";
};

preBuild = "go generate ./...";
9 changes: 9 additions & 0 deletions pkgs/development/interpreters/joker/deps.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.