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: 639017c73895
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f7be7976903f
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 18, 2020

  1. go-migrate: 4.12.2 -> 4.13.0

    r-ryantm committed Oct 18, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    renovate-bot Mend Renovate
    Copy the full SHA
    e6e8e72 View commit details

Commits on Nov 27, 2020

  1. Merge pull request #100949 from r-ryantm/auto-update/go-migrate

    go-migrate: 4.12.2 -> 4.13.0
    SuperSandro2000 authored Nov 27, 2020
    Copy the full SHA
    f7be797 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/development/tools/go-migrate/default.nix
6 changes: 3 additions & 3 deletions pkgs/development/tools/go-migrate/default.nix
Original file line number Diff line number Diff line change
@@ -2,16 +2,16 @@

buildGoModule rec {
pname = "go-migrate";
version = "4.12.2";
version = "4.13.0";

src = fetchFromGitHub {
owner = "golang-migrate";
repo = "migrate";
rev = "v${version}";
sha256 = "0vrc9y90aamj618sfipq2sgzllhdr4hmicj4yvl147klwb1rxlz6";
sha256 = "0rzx974cxsipbnggl3n4q6zsvm313svrg718gscydygk41m9nql9";
};

vendorSha256 = "0jpz5xvwsw4l7nmi7s1grvbfy4xjp50hrjycwicgv2ll719gz5v0";
vendorSha256 = "1107syipynlfibzljyfgz81v1avi8axvsjpmrpj990pm83r9svc6";

subPackages = [ "cmd/migrate" ];