Skip to content

Commit

Permalink
Merge pull request #10119 from k0ral/xurls
Browse files Browse the repository at this point in the history
xurls: 0.7.0 -> 0.8.0
  • Loading branch information
jagajaga committed Sep 28, 2015
2 parents c351c22 + 02da999 commit 8eecf2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/text/xurls/default.nix
@@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, go }:

stdenv.mkDerivation rec {
version = "0.7.0";
version = "0.8.0";
name = "xurls-${version}";

src = fetchFromGitHub {
owner = "mvdan";
repo = "xurls";
rev = "v${version}";
sha256 = "1sdxz1vqm9kidva7lilway69n4fdkqa4kdldx47jriq2hr96s7n0";
sha256 = "0j35x6hl5hiwzpi6vjw9d2sn83rrsd9w07ql9kndhkngz8n6yr98";
};

buildInputs = [ go ];
Expand Down

0 comments on commit 8eecf2d

Please sign in to comment.