tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
ipfs-migrator: 1.7.0 -> 1.7.1
R. RyanTM
5 years ago
27835fe4
60d97842
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
ipfs-migrator
default.nix
+2
-2
pkgs/applications/networking/ipfs-migrator/default.nix
···
2
3
buildGoModule rec {
4
pname = "ipfs-migrator";
5
-
version = "1.7.0";
6
7
src = fetchFromGitHub {
8
owner = "ipfs";
9
repo = "fs-repo-migrations";
10
rev = "v${version}";
11
-
sha256 = "0s2mmprhhb04i8pa3lfgb61wvlrp44xnb4d08y7vd2i82lmh234b";
12
};
13
14
vendorSha256 = null;
···
2
3
buildGoModule rec {
4
pname = "ipfs-migrator";
5
+
version = "1.7.1";
6
7
src = fetchFromGitHub {
8
owner = "ipfs";
9
repo = "fs-repo-migrations";
10
rev = "v${version}";
11
+
sha256 = "sha256-MxEKmoveIpuxBkGGGJHp9T11i3Py8a1fLpF0fWk0ftg=";
12
};
13
14
vendorSha256 = null;