mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
kubo-migrator: add migration from 15 to 16
This commit is contained in:
parent
9e2866d215
commit
ca26219ba6
@ -58,11 +58,16 @@ let
|
||||
cd migration
|
||||
go test -mod=vendor
|
||||
''
|
||||
else
|
||||
else if to <= 15 then
|
||||
''
|
||||
cd not-sharness
|
||||
./test.sh
|
||||
''
|
||||
else
|
||||
''
|
||||
cd test-e2e
|
||||
./test.sh
|
||||
''
|
||||
}
|
||||
runHook postCheck
|
||||
'';
|
||||
@ -209,6 +214,12 @@ let
|
||||
release = "1.0.1";
|
||||
hash = "sha256-u7PM6kFCQUn07NGpeRYpBDEwc2pP+r5mf44LZU4DV5Y=";
|
||||
}
|
||||
{
|
||||
from = 15;
|
||||
to = 16;
|
||||
release = "1.0.1";
|
||||
hash = "sha256-/TG5GNSyV8gsngRT/0jazkL2n2RzA9h1gCTLqGOrI0A=";
|
||||
}
|
||||
];
|
||||
|
||||
maxRepoVersion = builtins.length releases;
|
||||
|
Loading…
Reference in New Issue
Block a user