Skip to content

Commit

Permalink
Merge pull request NixOS#35376 from carlsverre/update/sift
Browse files Browse the repository at this point in the history
sift: 0.8.0 -> 0.9.0
  • Loading branch information
fpletz committed Feb 23, 2018
2 parents 6180eda + e09caec commit 07962f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/text/sift/default.nix
Expand Up @@ -2,7 +2,7 @@

buildGoPackage rec {
name = "sift-${version}";
version = "0.8.0";
version = "0.9.0";
rev = "v${version}";

goPackagePath = "github.com/svent/sift";
Expand All @@ -11,7 +11,7 @@ buildGoPackage rec {
inherit rev;
owner = "svent";
repo = "sift";
sha256 = "1nb042k420xr6000ipwhqn41vg8jfp6ghq4z7y1sjnndkrhclzm1";
sha256 = "0bgy0jf84z1c3msvb60ffj4axayfchdkf0xjnsbx9kad1v10g7i1";
};

goDeps = ./deps.nix;
Expand Down

0 comments on commit 07962f6

Please sign in to comment.