tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
kubo-migrator: add migration from 15 to 16
Luflosi
1 year ago
ca26219b
9e2866d2
+12
-1
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
ku
kubo-fs-repo-migrations
package.nix
+12
-1
pkgs/by-name/ku/kubo-fs-repo-migrations/package.nix
···
58
58
cd migration
59
59
go test -mod=vendor
60
60
''
61
61
+
else if to <= 15 then
62
62
+
''
63
63
+
cd not-sharness
64
64
+
./test.sh
65
65
+
''
61
66
else
62
67
''
63
63
-
cd not-sharness
68
68
+
cd test-e2e
64
69
./test.sh
65
70
''
66
71
}
···
208
213
to = 15;
209
214
release = "1.0.1";
210
215
hash = "sha256-u7PM6kFCQUn07NGpeRYpBDEwc2pP+r5mf44LZU4DV5Y=";
216
216
+
}
217
217
+
{
218
218
+
from = 15;
219
219
+
to = 16;
220
220
+
release = "1.0.1";
221
221
+
hash = "sha256-/TG5GNSyV8gsngRT/0jazkL2n2RzA9h1gCTLqGOrI0A=";
211
222
}
212
223
];
213
224