We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e2866d commit ca26219Copy full SHA for ca26219
pkgs/by-name/ku/kubo-fs-repo-migrations/package.nix
@@ -58,11 +58,16 @@ let
58
cd migration
59
go test -mod=vendor
60
''
61
- else
+ else if to <= 15 then
62
63
cd not-sharness
64
./test.sh
65
66
+ else
67
+ ''
68
+ cd test-e2e
69
+ ./test.sh
70
71
}
72
runHook postCheck
73
'';
@@ -209,6 +214,12 @@ let
209
214
release = "1.0.1";
210
215
hash = "sha256-u7PM6kFCQUn07NGpeRYpBDEwc2pP+r5mf44LZU4DV5Y=";
211
216
217
+ {
218
+ from = 15;
219
+ to = 16;
220
+ release = "1.0.1";
221
+ hash = "sha256-/TG5GNSyV8gsngRT/0jazkL2n2RzA9h1gCTLqGOrI0A=";
222
+ }
212
223
];
213
224
225
maxRepoVersion = builtins.length releases;
0 commit comments