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

Commits on Apr 28, 2020

  1. jid: 0.7.2 -> 0.7.6

    jerith666 authored and Jon committed Apr 28, 2020
    Copy the full SHA
    8d1d645 View commit details
Showing with 32 additions and 14 deletions.
  1. +3 −3 pkgs/development/tools/jid/default.nix
  2. +29 −11 pkgs/development/tools/jid/deps.nix
6 changes: 3 additions & 3 deletions pkgs/development/tools/jid/default.nix
Original file line number Diff line number Diff line change
@@ -2,15 +2,15 @@

buildGoPackage rec {
pname = "jid";
version = "0.7.2";
version = "0.7.6";

goPackagePath = "github.com/simeji/jid";

src = fetchFromGitHub {
owner = "simeji";
repo = "jid";
rev = version;
sha256 = "0p4srp85ilcafrn9d36rzpzg5k5jd7is93p68hamgxqyiiw6a8fi";
rev = "v${version}";
sha256 = "15fgi7cpq5bg2lnpr7rip359xwj2kvlj6j2qzi837c26adnw973x";
};

goDeps = ./deps.nix;
40 changes: 29 additions & 11 deletions pkgs/development/tools/jid/deps.nix

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