Skip to content

Commit

Permalink
Merge pull request #46747 from xeji/p/ipfs-migrator
Browse files Browse the repository at this point in the history
ipfs-migrator: 6 -> 7
  • Loading branch information
xeji committed Sep 17, 2018
2 parents 8a2bf13 + f896867 commit bc1911e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 16 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/ipfs-migrator/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

buildGoPackage rec {
name = "ipfs-migrator-${version}";
version = "6";
version = "7";

goPackagePath = "github.com/ipfs/fs-repo-migrations";

Expand All @@ -11,8 +11,8 @@ buildGoPackage rec {
src = fetchFromGitHub {
owner = "ipfs";
repo = "fs-repo-migrations";
rev = "a89e9769b9cac25ad9ca31c7e9a4445c7966d35b";
sha256 = "0x4mbkx7wlqjmkg6852hljq947v9y9k3hjd5yfj7kka1hpvxd7bn";
rev = "4e8e0b41d7348646c719d572c678c3d0677e541a";
sha256 = "1i6izncgc3wgabppglnnrslffvwrv3cazbdhsk4vjfsd66hb4d37";
};

patches = [ ./lru-repo-path-fix.patch ];
Expand Down
17 changes: 4 additions & 13 deletions pkgs/applications/networking/ipfs-migrator/deps.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bc1911e

Please sign in to comment.