mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 02:13:23 +00:00
ipfs-migrator: 6 -> 7
New version is required to migrate existing ipfs repos to repo v7.
This commit is contained in:
parent
0e33c56662
commit
6823fe9fb0
@ -2,7 +2,7 @@
|
||||
|
||||
buildGoPackage rec {
|
||||
name = "ipfs-migrator-${version}";
|
||||
version = "6";
|
||||
version = "7";
|
||||
|
||||
goPackagePath = "github.com/ipfs/fs-repo-migrations";
|
||||
|
||||
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user