kubo-migrator: add migration from 15 to 16

+12 -1
+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 + else if to <= 15 then 62 + '' 63 + cd not-sharness 64 + ./test.sh 65 + '' 61 66 else 62 67 '' 63 - cd not-sharness 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 + } 217 + { 218 + from = 15; 219 + to = 16; 220 + release = "1.0.1"; 221 + hash = "sha256-/TG5GNSyV8gsngRT/0jazkL2n2RzA9h1gCTLqGOrI0A="; 211 222 } 212 223 ]; 213 224