Skip to content

Commit

Permalink
Merge pull request #93236 from r-ryantm/auto-update/mustache-go
Browse files Browse the repository at this point in the history
mustache-go: 1.0.1 -> 1.2.0
  • Loading branch information
ryantm committed Jul 16, 2020
2 parents 3907379 + fbb1a54 commit aa9aa2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/mustache-go/default.nix
Expand Up @@ -2,15 +2,15 @@

buildGoPackage rec {
pname = "mustache-go";
version = "1.0.1";
version = "1.2.0";

goPackagePath = "github.com/cbroglie/mustache";

src = fetchFromGitHub {
owner = "cbroglie";
repo = "mustache";
rev = "v${version}";
sha256 = "1aywj4fijsv66n6gjiz3l8g1vg0fqzwbf8dcdcgfsvsdb056p90v";
sha256 = "0mnh5zbpfwymddm1dppg9i9d1r8jqyg03z2gl6c5a8fgbrnxpjvc";
};

meta = with stdenv.lib; {
Expand Down

0 comments on commit aa9aa2b

Please sign in to comment.