drop shards_0_15

This commit is contained in:
Peter Hoeg 2022-03-29 14:00:09 +08:00
parent 37463c21cc
commit 4ceda5853f
2 changed files with 0 additions and 7 deletions

View file

@ -36,12 +36,6 @@ let
in
rec {
shards_0_15 = generic {
version = "0.15.0";
hash = "sha256-/C6whh5RbTBkFWqpn0GqyVe0opbrklm8xPv5MIG99VU=";
};
shards_0_17 = generic {
version = "0.17.0";
hash = "sha256-f9MptrKalW7gi0J2h0fokkzdjKBVa2TmoPX8BYffqzY=";

View file

@ -15821,7 +15821,6 @@ with pkgs;
shallot = callPackage ../tools/misc/shallot { };
inherit (callPackage ../development/tools/build-managers/shards { })
shards_0_15
shards_0_17
shards;