Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
Merge pull request #77431 from flokli/morph-1.4.0
Browse files Browse the repository at this point in the history
morph: 1.3.1 -> 1.4.0
  • Loading branch information
andir committed Jan 10, 2020
2 parents 25e45c7 + e735ef2 commit f21a5ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/package-management/morph/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

buildGoPackage rec {
pname = "morph";
version = "1.3.1";
version = "1.4.0";

src = fetchFromGitHub {
owner = "dbcdk";
repo = "morph";
rev = "v${version}";
sha256 = "0nwl9n5b0lnil96573wa3hyr3vyvfiwvmpkla3pmwkpmriac4xrg";
sha256 = "1y6clzi8sfnrv4an26b44r24nnxds1kj9aw3lmjbgxl9yrxxsj1k";
};

goPackagePath = "github.com/dbcdk/morph";
Expand Down

0 comments on commit f21a5ad

Please sign in to comment.