Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 25e45c77dd87
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f21a5ad68343
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 10, 2020

  1. morph: 1.3.1 -> 1.4.0

    flokli committed Jan 10, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    yyx990803 Evan You
    Copy the full SHA
    e735ef2 View commit details
  2. Merge pull request #77431 from flokli/morph-1.4.0

    morph: 1.3.1 -> 1.4.0
    andir authored Jan 10, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    yyx990803 Evan You
    Copy the full SHA
    f21a5ad View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/package-management/morph/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/package-management/morph/default.nix
Original file line number Diff line number Diff line change
@@ -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";