Skip to content

Commit

Permalink
jid: 0.7.2 -> 0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jerith666 authored and jonringer committed Apr 28, 2020
1 parent 1e814e3 commit 8d1d645
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 14 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/jid/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
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.

0 comments on commit 8d1d645

Please sign in to comment.